UNPKG
@tarojsx/library
Version:
latest (0.31.0)
0.31.0
0.30.1
0.10.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
Taro3 library
github.com/tarojsx/library
tarojsx/library
@tarojsx/library
/
dist
/
utils.d.ts
8 lines
(7 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
function
uuid
(
len
?:
number
,
radix
?:
number
):
string
;
/** * 替换 camelCase 为 dashedCase. * *
@see
https://github.com/NervJS/taro/blob/next/packages/shared/src/utils.ts */
export
declare
function
toDashed
(
s
:
string
):
string
;