Files
labeler/node_modules/file-uri-to-path/index.d.ts
David Kale 91fcbb0108 build
2020-09-08 13:25:36 -04:00

3 lines
77 B
TypeScript

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