craydent-date
Version:
Node module to extend fs/file system functionality and simplify code for maintainability and readability
1 lines • 61 B
TypeScript
export type AsyncFunction = (...args: any[]) => Promise<any>;
Node module to extend fs/file system functionality and simplify code for maintainability and readability