Newer
Older
alert / js / node_modules / file-uri-to-path / index.d.ts
@Réz István Réz István on 18 Nov 2021 77 bytes first commit
declare function fileUriToPath(uri: string): string;
export = fileUriToPath;