UNPKG

typescript-util

Version:

JS/TS 的简单工具

8 lines 182 B
import { FileTool } from '../tool/FileTool'; /** * FileUtil * @author LL * @date 2022-01-10 下午 9:53 **/ export const FileUtil = FileTool; //# sourceMappingURL=FileUtil.js.map