GT2/Ejectable/node_modules/escalade/sync/index.d.ts

3 lines
166 B
TypeScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;