heystreamer/node_modules/file-uri-to-path/index.d.ts
Bashy 6c7facadce
Some checks failed
CI / check (push) Has been cancelled
rework
2026-04-26 23:00:55 +03:00

2 lines
77 B
TypeScript

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