UNPKG

141 BTypeScriptView Raw
1/**
2 * 随机数工具
3 */
4export declare class RandomUtil {
5 /**
6 * 生成32位随机字符串
7 */
8 genRandomStr(): string;
9}