Skip to content

Commit 2827035

Browse files
committed
feat: add where to namespace
1 parent 52e6dc7 commit 2827035

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/array/base/lib

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

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

1497+
/**
1498+
* @name where
1499+
* @memberof ns
1500+
* @readonly
1501+
* @type {Function}
1502+
* @see {@link module:@stdlib/array/base/where}
1503+
*/
1504+
setReadOnly( ns, 'where', require( '@stdlib/array/base/where' ) );
1505+
14971506
/**
14981507
* @name arrayWith
14991508
* @memberof ns

0 commit comments

Comments
 (0)