FlyUp/packages/字体精简工具/node_modules/file-uri-to-path/index.d.ts
2024-07-10 18:24:08 +08:00

3 lines
77 B
TypeScript

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