Skip to content

Commit 341a273

Browse files
committed
Add function to namespace
1 parent 26eceaf commit 341a273

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
@@ -36,6 +36,15 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
3636
*/
3737
var string = {};
3838

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+
3948
/**
4049
* @name camelcase
4150
* @memberof string

0 commit comments

Comments
 (0)