Skip to content

Commit bbbe2aa

Browse files
committed
Update namespace
1 parent 8001cae commit bbbe2aa

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,15 @@ setReadOnly( ns, 'unary', require( '@stdlib/strided/base/unary' ) );
297297
*/
298298
setReadOnly( ns, 'unaryAddonDispatch', require( '@stdlib/strided/base/unary-addon-dispatch' ) );
299299

300+
/**
301+
* @name zmap
302+
* @memberof ns
303+
* @readonly
304+
* @type {Function}
305+
* @see {@link module:@stdlib/strided/base/zmap}
306+
*/
307+
setReadOnly( ns, 'zmap', require( '@stdlib/strided/base/zmap' ) );
308+
300309

301310
// EXPORTS //
302311

0 commit comments

Comments
 (0)