Skip to content

Commit 92bcc38

Browse files
committed
Update namespace
1 parent 02a9a11 commit 92bcc38

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ setReadOnly( ns, 'iterCounter', require( '@stdlib/iter/counter' ) );
9999
*/
100100
setReadOnly( ns, 'iterDedupe', require( '@stdlib/iter/dedupe' ) );
101101

102+
/**
103+
* @name iterDedupeBy
104+
* @memberof ns
105+
* @readonly
106+
* @type {Function}
107+
* @see {@link module:@stdlib/iter/dedupe-by}
108+
*/
109+
setReadOnly( ns, 'iterDedupeBy', require( '@stdlib/iter/dedupe-by' ) );
110+
102111
/**
103112
* @name iterEmpty
104113
* @memberof ns

0 commit comments

Comments
 (0)