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