Skip to content

Commit 954c881

Browse files
committed
Reorder exports
1 parent 1002297 commit 954c881

File tree

1 file changed

+8
-8
lines changed
  • lib/node_modules/@stdlib/string/lib

1 file changed

+8
-8
lines changed

lib/node_modules/@stdlib/string/lib/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
3737
var string = {};
3838

3939
/**
40-
* @name capitalize
40+
* @name constants
4141
* @memberof string
4242
* @readonly
43-
* @type {Function}
44-
* @see {@link module:@stdlib/string/capitalize}
43+
* @type {Namespace}
44+
* @see {@link module:@stdlib/constants/string}
4545
*/
46-
setReadOnly( string, 'capitalize', require( '@stdlib/string/capitalize' ) );
46+
setReadOnly( string, 'constants', require( '@stdlib/constants/string' ) );
4747

4848
/**
49-
* @name constants
49+
* @name capitalize
5050
* @memberof string
5151
* @readonly
52-
* @type {Namespace}
53-
* @see {@link module:@stdlib/constants/string}
52+
* @type {Function}
53+
* @see {@link module:@stdlib/string/capitalize}
5454
*/
55-
setReadOnly( string, 'constants', require( '@stdlib/constants/string' ) );
55+
setReadOnly( string, 'capitalize', require( '@stdlib/string/capitalize' ) );
5656

5757
/**
5858
* @name endsWith

0 commit comments

Comments
 (0)