Skip to content

Commit

Permalink
feat: add headercase to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 19, 2023
1 parent c85038d commit f64cbb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/string/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ setReadOnly( string, 'format', require( '@stdlib/string/format' ) );
*/
setReadOnly( string, 'fromCodePoint', require( '@stdlib/string/from-code-point' ) );

/**
* @name headercase
* @memberof string
* @readonly
* @type {Function}
* @see {@link module:@stdlib/string/headercase}
*/
setReadOnly( string, 'headercase', require( '@stdlib/string/headercase' ) );

/**
* @name kebabcase
* @memberof string
Expand Down

0 comments on commit f64cbb8

Please sign in to comment.