mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-21 09:55:15 +08:00
3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
declare function fileUriToPath(uri: string): string;
|
|
export = fileUriToPath;
|