Skip to content

Commit 0b727a5

Browse files
committed
feat: add mskput to namespace
1 parent 201ce11 commit 0b727a5

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,15 @@ setReadOnly( ns, 'mostlySafeCasts', require( '@stdlib/array/mostly-safe-casts' )
364364
*/
365365
setReadOnly( ns, 'mskfilter', require( '@stdlib/array/mskfilter' ) );
366366

367+
/**
368+
* @name mskput
369+
* @memberof ns
370+
* @readonly
371+
* @constructor
372+
* @see {@link module:@stdlib/array/mskput}
373+
*/
374+
setReadOnly( ns, 'mskput', require( '@stdlib/array/mskput' ) );
375+
367376
/**
368377
* @name mskreject
369378
* @memberof ns

0 commit comments

Comments
 (0)