SQLEasy.js/node_modules/file-uri-to-path/index.d.ts
2022-06-25 17:39:39 +03:00

3 lines
77 B
TypeScript

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