yaclt
Version:
Yet Another Change Log Tool
6 lines • 350 B
TypeScript
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