From f64cbb84ef5c272ce3c224eb2cc7f89236ee6984 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Wed, 19 Jul 2023 01:30:11 -0700 Subject: [PATCH] feat: add `headercase` to namespace --- lib/node_modules/@stdlib/string/lib/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/node_modules/@stdlib/string/lib/index.js b/lib/node_modules/@stdlib/string/lib/index.js index ef42d97f21f..256db132da1 100644 --- a/lib/node_modules/@stdlib/string/lib/index.js +++ b/lib/node_modules/@stdlib/string/lib/index.js @@ -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