FLUJOS/VISUALIZACION/node_modules/file-uri-to-path/index.d.ts
2025-11-07 00:06:12 +01:00

2 lines
77 B
TypeScript
Executable file

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