challenge-algorithms-v2.0-D.../node_modules/escalade/sync/index.d.ts

3 lines
166 B
TypeScript
Raw Permalink Normal View History

2022-10-27 19:56:30 +00:00
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;