diff --git a/source/index.ts b/source/index.ts
index 5294a77..b6044ac 100644
--- a/source/index.ts
+++ b/source/index.ts
@@ -3,6 +3,7 @@
///
///
import symbolObservable from 'symbol-observable';
+import {URL} from 'url';
type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array;
type Primitive = null | undefined | string | number | boolean | Symbol;