Files
cc-platform-core/server/node_modules/file-uri-to-path/index.d.ts
2026-03-26 15:00:49 -04:00

3 lines
77 B
TypeScript

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