UNPKG

@coat/cli

Version:

TODO: See #3

7 lines (6 loc) 169 B
/** * Deletes a file if it exists. * * @param filePath Path to the file that will be deleted */ export declare function deleteFile(filePath: string): Promise<void>;