UNPKG

generate-license-file

Version:

Generates a text file containing all of the licenses for your production dependencies

5 lines (4 loc) 274 B
export { readFile } from "fs/promises"; export declare function doesFileExist(path: string): Promise<boolean>; export declare function doesFolderExist(path: string): Promise<boolean>; export declare function writeFileAsync(filePath: string, content: string): Promise<void>;