Skip to content

Commit a4fb506

Browse files
committed
Add packages to namespace
1 parent 0de69b7 commit a4fb506

File tree

1 file changed

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

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,15 @@ setReadOnly( string, 'rpad', require( '@stdlib/string/right-pad' ) );
283283
*/
284284
setReadOnly( string, 'rtrim', require( '@stdlib/string/right-trim' ) );
285285

286+
/**
287+
* @name rightTrimN
288+
* @memberof string
289+
* @readonly
290+
* @type {Function}
291+
* @see {@link module:@stdlib/string/right-trim-n}
292+
*/
293+
setReadOnly( string, 'rightTrimN', require( '@stdlib/string/right-trim-n' ) );
294+
286295
/**
287296
* @name snakecase
288297
* @memberof string
@@ -292,6 +301,15 @@ setReadOnly( string, 'rtrim', require( '@stdlib/string/right-trim' ) );
292301
*/
293302
setReadOnly( string, 'snakecase', require( '@stdlib/string/snakecase' ) );
294303

304+
/**
305+
* @name splitGraphemeClusters
306+
* @memberof string
307+
* @readonly
308+
* @type {Function}
309+
* @see {@link module:@stdlib/string/split-grapheme-clusters}
310+
*/
311+
setReadOnly( string, 'splitGraphemeClusters', require( '@stdlib/string/split-grapheme-clusters' ) );
312+
295313
/**
296314
* @name startcase
297315
* @memberof string

0 commit comments

Comments
 (0)