UNPKG

typescript-util

Version:

JS/TS 的简单工具

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