Skip to content

Commit f64cbb8

Browse files
committed
feat: add headercase to namespace
1 parent c85038d commit f64cbb8

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
@@ -148,6 +148,15 @@ setReadOnly( string, 'format', require( '@stdlib/string/format' ) );
148148
*/
149149
setReadOnly( string, 'fromCodePoint', require( '@stdlib/string/from-code-point' ) );
150150

151+
/**
152+
* @name headercase
153+
* @memberof string
154+
* @readonly
155+
* @type {Function}
156+
* @see {@link module:@stdlib/string/headercase}
157+
*/
158+
setReadOnly( string, 'headercase', require( '@stdlib/string/headercase' ) );
159+
151160
/**
152161
* @name kebabcase
153162
* @memberof string

0 commit comments

Comments
 (0)