Files
muzak/node_modules/next/dist/lib/get-files-in-dir.d.ts
T
2025-07-02 11:28:41 +02:00

2 lines
75 B
TypeScript

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