UNPKG

ts-logs

Version:

This package provide a skd for audit and manager logs in nodejs and express

8 lines 394 B
/** * @description Checks if the given path directory exists. If it does not exist, it creates the directory for the path informed recursively. * @param path dir to save log * @returns true if success and false if failure. */ export declare const EnsureLocalFolder: (path: string) => Promise<boolean>; export default EnsureLocalFolder; //# sourceMappingURL=ensure-local-folder.util.d.ts.map