summaryrefslogtreecommitdiffstats
path: root/node_modules/file-uri-to-path/index.d.ts
blob: 99dc3f966bce204ee0e05cfcf3af43b5437e2db4 (plain) (blame)
1
2
declare function fileUriToPath(uri: string): string;
export = fileUriToPath;