Skip to content

Commit ac2a257

Browse files
committed
Update namespace
1 parent 4194048 commit ac2a257

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

+9
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ setReadOnly( string, 'ltrim', require( '@stdlib/string/left-trim' ) );
9999
*/
100100
setReadOnly( string, 'lowercase', require( '@stdlib/string/lowercase' ) );
101101

102+
/**
103+
* @name numGraphemeClusters
104+
* @memberof string
105+
* @readonly
106+
* @type {Function}
107+
* @see {@link module:@stdlib/string/num-grapheme-clusters}
108+
*/
109+
setReadOnly( string, 'numGraphemeClusters', require( '@stdlib/string/num-grapheme-clusters' ) );
110+
102111
/**
103112
* @name pad
104113
* @memberof string

0 commit comments

Comments
 (0)