UNPKG

typescript-util

Version:

JS/TS 的简单工具

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