Current section

Files

Jump to
moon assets node_modules escalade sync index.d.ts
Raw

assets/node_modules/escalade/sync/index.d.ts

export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;