Airbreaks-Low-Power/Programming/Javascript/node_modules/file-uri-to-path/index.d.ts
2023-12-19 18:30:36 -06:00

3 lines
77 B
TypeScript

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