mirror of
https://github.com/JonasunderscoreJones/api.jonasjones.dev.git
synced 2025-10-23 03:59:19 +02:00
2 lines
77 B
TypeScript
2 lines
77 B
TypeScript
declare function fileUriToPath(uri: string): string;
|
|
export = fileUriToPath;
|