UNPKG

typescript-util

Version:

JS/TS 的简单工具

8 lines 192 B
import { StrTool } from '../tool/StrTool'; /** * StrUtil * @author LL * @date 2022-01-10 下午 9:54 **/ export declare const StrUtil: typeof StrTool; //# sourceMappingURL=StrUtil.d.ts.map