qansigliere-fs-utils
Version:
The main idea of this library, created in JavaScript, is to provide a ready-made set of methods for creating and updating files.
6 lines • 361 B
TypeScript
export function createFileFromString(fileName: any, stringValue: any): void;
export function saveBase64AsImage(pngBase64String: any, pathToFile: any): void;
export function fileExists(pathToFile: any): boolean;
export function deleteFile(pathToFile: any): boolean;
export function readFile(pathToFile: any, encoding: any): any;
//# sourceMappingURL=lib.d.ts.map