Files
discord-clone/node_modules/file-uri-to-path/index.d.ts
2023-01-03 09:29:04 -06:00

3 lines
77 B
TypeScript

declare function fileUriToPath(uri: string): string;
export = fileUriToPath;