UNPKG

release-checker

Version:
12 lines (11 loc) 369 B
export declare function removeFile(filename: string): { fromDirectory(directory: string): void; }; export declare function copyFile(filename: string): { fromDirectory(sourceDirectory: string): { toDirectory(targetDirectory: string): void; }; }; export declare function file(filename: string): { existsInDirectory(directory: string): boolean; };