UNPKG

petite-utils

Version:

A collection of small util function in JavaScript.

6 lines (5 loc) 83 B
/** * @group 工具函数 * @returns */ export declare function uuid(): string;