UNPKG

typescript-util

Version:

JS/TS 的简单工具

11 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StrUtil = void 0; const StrTool_1 = require("../tool/StrTool"); /** * StrUtil * @author LL * @date 2022-01-10 下午 9:54 **/ exports.StrUtil = StrTool_1.StrTool; //# sourceMappingURL=StrUtil.js.map