Skip to content

Commit dbfd8f5

Browse files
committed
feat: add filterMap to namespace
1 parent 6ff153f commit dbfd8f5

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
@@ -180,6 +180,15 @@ setReadOnly( ns, 'FancyArray', require( '@stdlib/ndarray/fancy' ) );
180180
*/
181181
setReadOnly( ns, 'filter', require( '@stdlib/ndarray/filter' ) );
182182

183+
/**
184+
* @name filterMap
185+
* @memberof ns
186+
* @readonly
187+
* @type {Function}
188+
* @see {@link module:@stdlib/ndarray/filter-map}
189+
*/
190+
setReadOnly( ns, 'filterMap', require( '@stdlib/ndarray/filter-map' ) );
191+
183192
/**
184193
* @name flag
185194
* @memberof ns

0 commit comments

Comments
 (0)