UNPKG

typescript-util

Version:

JS/TS 的简单工具

9 lines 244 B
import { RandomTool } from '../tool/RandomTool'; /** * RandomUtil * @author LL * @date 2022-01-10 下午 9:54 * @deprecated {@link RandomTool} **/ export declare const RandomUtil: typeof RandomTool; //# sourceMappingURL=RandomUtil.d.ts.map