We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26eceaf commit 341a273Copy full SHA for 341a273
lib/node_modules/@stdlib/string/lib/index.js
@@ -36,6 +36,15 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
36
*/
37
var string = {};
38
39
+/**
40
+* @name acronym
41
+* @memberof string
42
+* @readonly
43
+* @type {Function}
44
+* @see {@link module:@stdlib/string/acronym}
45
+*/
46
+setReadOnly( string, 'acronym', require( '@stdlib/string/acronym' ) );
47
+
48
/**
49
* @name camelcase
50
* @memberof string
0 commit comments