Skip to content

Commit cbc4d3f

Browse files
committed
feat: add reject to namespace
1 parent 43ccbfb commit cbc4d3f

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,15 @@ setReadOnly( ns, 'outputDataTypePolicies', require( '@stdlib/ndarray/output-dtyp
369369
*/
370370
setReadOnly( ns, 'promotionRules', require( '@stdlib/ndarray/promotion-rules' ) );
371371

372+
/**
373+
* @name reject
374+
* @memberof ns
375+
* @readonly
376+
* @type {Function}
377+
* @see {@link module:@stdlib/ndarray/reject}
378+
*/
379+
setReadOnly( ns, 'reject', require( '@stdlib/ndarray/reject' ) );
380+
372381
/**
373382
* @name safeCasts
374383
* @memberof ns

0 commit comments

Comments
 (0)