UNPKG

typescript-util

Version:

JS/TS 的简单工具

12 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RandomUtil = void 0; const RandomTool_1 = require("../tool/RandomTool"); /** * RandomUtil * @author LL * @date 2022-01-10 下午 9:54 * @deprecated {@link RandomTool} **/ exports.RandomUtil = RandomTool_1.RandomTool; //# sourceMappingURL=RandomUtil.js.map