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