Skip to content

Commit 23aef95

Browse files
committed
feat: add with to namespace
1 parent 0737d84 commit 23aef95

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/array/base/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/array/base/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,15 @@ setReadOnly( ns, 'unarynd', require( '@stdlib/array/base/unarynd' ) );
14491449
*/
14501450
setReadOnly( ns, 'unitspace', require( '@stdlib/array/base/unitspace' ) );
14511451

1452+
/**
1453+
* @name with
1454+
* @memberof ns
1455+
* @readonly
1456+
* @type {Function}
1457+
* @see {@link module:@stdlib/array/base/with}
1458+
*/
1459+
setReadOnly( ns, 'with', require( '@stdlib/array/base/with' ) );
1460+
14521461
/**
14531462
* @name zeroTo
14541463
* @memberof ns

0 commit comments

Comments
 (0)