Skip to content

Commit 05798e4

Browse files
committed
Update namespace
1 parent 3c62c7c commit 05798e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ setReadOnly( fs, 'readJSON', require( '@stdlib/fs/read-json' ) );
7272
*/
7373
setReadOnly( fs, 'readWASM', require( '@stdlib/fs/read-wasm' ) );
7474

75+
/**
76+
* @name rename
77+
* @memberof fs
78+
* @readonly
79+
* @type {Function}
80+
* @see {@link module:@stdlib/fs/rename}
81+
*/
82+
setReadOnly( fs, 'rename', require( '@stdlib/fs/rename' ) );
83+
7584
/**
7685
* @name resolveParentPath
7786
* @memberof fs

0 commit comments

Comments
 (0)