Files
yakpanel-core/YakPanel-server/frontend/node_modules/file-uri-to-path/index.d.ts
2026-04-07 05:05:28 +05:30

3 lines
77 B
TypeScript

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