biofriction-wp-theme/node_modules/escalade/sync/index.d.ts

3 lines
166 B
TypeScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;