Skip to content

Commit 7593460

Browse files
committed
feat: add forEachRight to namespace
1 parent bd6ee6f commit 7593460

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,15 @@ setReadOnly( ns, 'forEachCodePoint', require( '@stdlib/string/base/for-each-code
162162
*/
163163
setReadOnly( ns, 'forEachGraphemeCluster', require( '@stdlib/string/base/for-each-grapheme-cluster' ) );
164164

165+
/**
166+
* @name forEachRight
167+
* @memberof ns
168+
* @readonly
169+
* @type {Function}
170+
* @see {@link module:@stdlib/string/base/for-each-right}
171+
*/
172+
setReadOnly( ns, 'forEachRight', require( '@stdlib/string/base/for-each-right' ) );
173+
165174
/**
166175
* @name formatInterpolate
167176
* @memberof ns

0 commit comments

Comments
 (0)