UNPKG
b12normalize
Version:
latest (0.0.1-alpha)
0.0.1-alpha
A super b12 powered js normalizer
github.com/briangtn/b12normalize
briangtn/b12normalize
b12normalize
/
lib
/
parsers
/
string.parsers.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
export
declare
function
toLowerCase
(
value
:
any
):
any
;
export
declare
function
toUpperCase
(
value
:
any
):
any
;
export
declare
function
trim
(
value
:
any
):
any
;