diff options
Diffstat (limited to 'node_modules/file-uri-to-path/index.d.ts')
-rw-r--r-- | node_modules/file-uri-to-path/index.d.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/file-uri-to-path/index.d.ts b/node_modules/file-uri-to-path/index.d.ts deleted file mode 100644 index 99dc3f9..0000000 --- a/node_modules/file-uri-to-path/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -declare function fileUriToPath(uri: string): string; -export = fileUriToPath; |