We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
constants
1 parent 2352675 commit 67640ecCopy full SHA for 67640ec
1 file changed
lib/node_modules/@stdlib/string/lib/index.js
@@ -27,6 +27,15 @@ var string = {};
27
*/
28
setReadOnly( string, 'capitalize', require( '@stdlib/string/capitalize' ) );
29
30
+/**
31
+* @name constants
32
+* @memberof string
33
+* @readonly
34
+* @type {Function}
35
+* @see {@link module:@stdlib/constants/string}
36
+*/
37
+setReadOnly( string, 'constants', require( '@stdlib/constants/string' ) );
38
+
39
/**
40
* @name endsWith
41
* @memberof string
0 commit comments