UNPKG
@stdlib/string-base-startcase
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
Capitalize the first letter of each word in a string.
stdlib.io
stdlib-js/string-base-startcase
@stdlib/string-base-startcase
/
dist
/
index.d.ts
3 lines
•
114 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
startcase
from
'../docs/types/index'
;
export
= startcase;