frappe_docker/frappe-bench/node_modules/file-uri-to-path/index.d.ts
2017-07-31 15:51:51 +05:30

2 lines
77 B
TypeScript

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