Skip to content

Commit

Permalink
feat: add base64ToUint8Array to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Sep 19, 2024
1 parent 09e7120 commit 2eded73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/string/base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ setReadOnly( ns, 'altcase', require( '@stdlib/string/base/altcase' ) );
*/
setReadOnly( ns, 'atob', require( '@stdlib/string/base/atob' ) );

/**
* @name base64ToUint8Array
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/string/base/base64-to-uint8array}
*/
setReadOnly( ns, 'base64ToUint8Array', require( '@stdlib/string/base/base64-to-uint8array' ) );

/**
* @name camelcase
* @memberof ns
Expand Down

0 comments on commit 2eded73

Please sign in to comment.