UNPKG
@alifd/adaptor-helper
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Next adaptor utils
github.com/alibaba-fusion/adaptor-helper
alibaba-fusion/adaptor-helper
@alifd/adaptor-helper
/
types
/
utils.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
export
declare
const
firstUpperCase
:
(
str
:
string
) =>
string
;
export
declare
const
toLabelWord
:
(
str
:
string
) =>
string
;