Import URL class from the url module
This commit is contained in:
parent
a7d3b376d4
commit
bd9ea506c4
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
/// <reference lib="esnext.asynciterable"/>
|
||||
/// <reference lib="dom"/>
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue