UNPKG

typescript-util

Version:

JS/TS 的简单工具

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