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

3 lines
166 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;