RockPaperScissors/node_modules/file-uri-to-path/index.d.ts
2021-12-02 17:22:41 +01:00

3 lines
77 B
TypeScript

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