D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
whatsapp-api
/
node_modules
/
bare-url
/
Filename :
global.d.ts
back
Copy
import * as url from '.' type URLConstructor = typeof url.URL type URLSearchParamsConstructor = typeof url.URLSearchParams declare global { type URL = url.URL type URLSearchParams = url.URLSearchParams const URL: URLConstructor const URLSearchParams: URLSearchParamsConstructor }