UNPKG
kd-api-project-21building
Version:
latest (3.6.2)
3.6.2
3.6.1
KD-API-PROJECT
kd-api-project-21building
/
lib
/
utils
/
index.d.ts
6 lines
(5 loc)
•
79 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 生成guid *
@returns
*/
export
declare
function
guid
(
):
string
;