DIR: /proc/self/root/usr/share/nodejs/escalade/sync/ |
Current File : //proc/self/root/usr/share/nodejs/escalade/sync/index.d.ts |
export type Callback = (directory: string, files: string[]) => string | false | void; export default function (directory: string, callback: Callback): string | void; |