Files
old-cto-as-you-go/CTOAsYouGo/node_modules/escalade/sync/index.d.ts

3 lines
166 B
TypeScript
Raw Normal View History

2023-07-05 11:02:15 +02:00
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;