UNPKG

typescript-util

Version:

JS/TS 的简单工具

13 lines 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollUtil = void 0; const ArrayTool_1 = require("../tool/ArrayTool"); // noinspection JSUnusedGlobalSymbols /** * CollUtil * @author LL * @date 2022-01-10 下午 9:54 * @deprecated {@link ArrayTool} **/ exports.CollUtil = ArrayTool_1.ArrayTool; //# sourceMappingURL=CollUtil.js.map