index.d.ts 166 字节 原文件 审查 历史 永久链接 1 2 export type Callback = (directory: string, files: string[]) => string | false | void; export default function (directory: string, callback: Callback): string | void;