UNPKG
just-capitalize
Version:
latest (3.2.0)
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
2.2.1
2.2.0
2.1.0
2.0.0
1.0.1
1.0.0
capitalize the first character of a string
github.com/angus-c/just
angus-c/just
just-capitalize
/
index.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
declare
function
capitalize<T
extends
string
>(
value
: T):
Capitalize
<T>;
export
default
capitalize;