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

3 lines
166 B
TypeScript
Raw Normal View History

2022-12-03 22:11:42 +00:00
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;