Skip to content

Commit 23c07ca

Browse files
committed
Update namespace
1 parent c1b03d9 commit 23c07ca

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ setReadOnly( string, 'ltrim', require( '@stdlib/string/left-trim' ) );
108108
*/
109109
setReadOnly( string, 'lowercase', require( '@stdlib/string/lowercase' ) );
110110

111+
/**
112+
* @name nextGraphemeClusterBreak
113+
* @memberof string
114+
* @readonly
115+
* @type {Function}
116+
* @see {@link module:@stdlib/string/next-grapheme-cluster-break}
117+
*/
118+
setReadOnly( string, 'nextGraphemeClusterBreak', require( '@stdlib/string/next-grapheme-cluster-break' ) );
119+
111120
/**
112121
* @name numGraphemeClusters
113122
* @memberof string

0 commit comments

Comments
 (0)