UNPKG

craydent-date

Version:

Node module to extend fs/file system functionality and simplify code for maintainability and readability

1 lines 61 B
export type AsyncFunction = (...args: any[]) => Promise<any>;