UNPKG

petite-utils

Version:

A collection of small util function in JavaScript.

7 lines (6 loc) 131 B
/** * @group 工具函数 * @param [length=6] 长度 * @returns */ export declare function randomNum(length?: number): number;