From 1b4a94f180a3c214440a030e9acca5ce674ceb3d Mon Sep 17 00:00:00 2001 From: Hussein Date: Mon, 8 Mar 2021 16:22:29 +0000 Subject: [PATCH] fixed #34 --- third_party/url.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/url.d.ts b/third_party/url.d.ts index ced41a3..540bc36 100644 --- a/third_party/url.d.ts +++ b/third_party/url.d.ts @@ -141,3 +141,5 @@ declare module 'url' { [Symbol.iterator](): IterableIterator<[string, string]>; } } + +export {};