Skip to content

Commit 7576f87

Browse files
committed
feat: add mskfilter to namespace
1 parent ce6b8f7 commit 7576f87

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
@@ -346,6 +346,15 @@ setReadOnly( ns, 'arrayMinDataType', require( '@stdlib/array/min-dtype' ) );
346346
*/
347347
setReadOnly( ns, 'arrayMostlySafeCasts', require( '@stdlib/array/mostly-safe-casts' ) );
348348

349+
/**
350+
* @name mskfilter
351+
* @memberof ns
352+
* @readonly
353+
* @constructor
354+
* @see {@link module:@stdlib/array/mskfilter}
355+
*/
356+
setReadOnly( ns, 'mskfilter', require( '@stdlib/array/mskfilter' ) );
357+
349358
/**
350359
* @name anans
351360
* @memberof ns

0 commit comments

Comments
 (0)