UNPKG

xframelib

Version:

积累的前端开发基础库,来源于项目和服务于项目。

4 lines (3 loc) 143 B
export default function uuid(): string; export declare function newGuid(): string; export declare function shortUUID(prefix?: string): string;