Skip to content

Commit fe55ce8

Browse files
committed
Add package to namespace
1 parent e92024d commit fe55ce8

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
@@ -252,6 +252,15 @@ setReadOnly( string, 'rpad', require( '@stdlib/string/right-pad' ) );
252252
*/
253253
setReadOnly( string, 'rtrim', require( '@stdlib/string/right-trim' ) );
254254

255+
/**
256+
* @name snakecase
257+
* @memberof string
258+
* @readonly
259+
* @type {Function}
260+
* @see {@link module:@stdlib/string/snakecase}
261+
*/
262+
setReadOnly( string, 'snakecase', require( '@stdlib/string/snakecase' ) );
263+
255264
/**
256265
* @name startcase
257266
* @memberof string

0 commit comments

Comments
 (0)