Skip to content

Commit e2dda9f

Browse files
committed
Update namespace
1 parent 66870ad commit e2dda9f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lib/node_modules/@stdlib/fs/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ setReadOnly( fs, 'readFileList', require( '@stdlib/fs/read-file-list' ) );
6363
*/
6464
setReadOnly( fs, 'readJSON', require( '@stdlib/fs/read-json' ) );
6565

66+
/**
67+
* @name readWASM
68+
* @memberof fs
69+
* @readonly
70+
* @type {Function}
71+
* @see {@link module:@stdlib/fs/read-wasm}
72+
*/
73+
setReadOnly( fs, 'readWASM', require( '@stdlib/fs/read-wasm' ) );
74+
6675
/**
6776
* @name resolveParentPath
6877
* @memberof fs

0 commit comments

Comments
 (0)