Skip to content

Commit

Permalink
feat: add forEachGraphemeCluster to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 15, 2023
1 parent b574ced commit 1b8d401
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/string/base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ setReadOnly( ns, 'firstCodePoint', require( '@stdlib/string/base/first-code-poin
*/
setReadOnly( ns, 'firstGraphemeCluster', require( '@stdlib/string/base/first-grapheme-cluster' ) );

/**
* @name forEachGraphemeCluster
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/string/base/for-each-grapheme-cluster}
*/
setReadOnly( ns, 'forEachGraphemeCluster', require( '@stdlib/string/base/for-each-grapheme-cluster' ) );

/**
* @name formatInterpolate
* @memberof ns
Expand Down

0 comments on commit 1b8d401

Please sign in to comment.