UNPKG
@csegames/camelot-unchained
Version:
latest (0.1.2)
0.1.2
Camelot Unchained Client Library
csegames/camelot-unchained-client-library
@csegames/camelot-unchained
/
lib
/
utils
/
textUtils.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
export
declare
const
toTitleCase
:
(
text
:
string
) =>
string
;
export
declare
const
toSentenceCase
:
(
text
:
string
) =>
string
;