Correspondents/node_modules/next/dist/lib/get-files-in-dir.d.ts
2025-11-13 13:13:34 -07:00

2 lines
75 B
TypeScript

export declare function getFilesInDir(path: string): Promise<Set<string>>;