Skip to content

Commit 297e4d5

Browse files
committed
feat: add without to namespace
1 parent f6df528 commit 297e4d5

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
@@ -1548,6 +1548,15 @@ setReadOnly( ns, 'where', require( '@stdlib/array/base/where' ) );
15481548
*/
15491549
setReadOnly( ns, 'arrayWith', require( '@stdlib/array/base/with' ) );
15501550

1551+
/**
1552+
* @name without
1553+
* @memberof ns
1554+
* @readonly
1555+
* @type {Function}
1556+
* @see {@link module:@stdlib/array/base/without}
1557+
*/
1558+
setReadOnly( ns, 'without', require( '@stdlib/array/base/without' ) );
1559+
15511560
/**
15521561
* @name zeroTo
15531562
* @memberof ns

0 commit comments

Comments
 (0)