UNPKG
@samlevy/string-helpers
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Basic string helper functions
github.com/samlev/string-helpers
samlev/string-helpers
@samlevy/string-helpers
/
dist
/
ucfirst.d.ts
3 lines
(2 loc)
•
74 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
str
:
string
) =>
string
;
export
default
_default;