Skip to content

Commit 027f9a4

Browse files
committed
Update namespace
1 parent faf3b5a commit 027f9a4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/utils/lib

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,15 @@ setReadOnly( utils, 'mapFun', require( '@stdlib/utils/map-function' ) );
10571057
*/
10581058
setReadOnly( utils, 'mapKeys', require( '@stdlib/utils/map-keys' ) );
10591059

1060+
/**
1061+
* @name mapReduce
1062+
* @memberof utils
1063+
* @readonly
1064+
* @type {Function}
1065+
* @see {@link module:@stdlib/utils/map-reduce}
1066+
*/
1067+
setReadOnly( utils, 'mapReduce', require( '@stdlib/utils/map-reduce' ) );
1068+
10601069
/**
10611070
* @name mapRight
10621071
* @memberof utils

0 commit comments

Comments
 (0)