UNPKG

yaclt

Version:
6 lines 350 B
export declare const readLines: (filePath: string) => string[]; export declare const touchFile: (filePath: string) => void; export declare const isFilepath: (subject: string) => boolean; export declare const pathIsFile: (filePath: string) => boolean; export declare const openInEditor: (file: string) => void; //# sourceMappingURL=file-utils.d.ts.map