Files
portfolio/node_modules/file-uri-to-path/index.d.ts
2021-09-20 16:54:47 -04:00

3 lines
77 B
TypeScript

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