UNPKG

undici-types

Version:

A stand-alone types package for Undici

8 lines (6 loc) 176 B
declare function setGlobalOrigin (origin: string | URL | undefined): void declare function getGlobalOrigin (): URL | undefined export { setGlobalOrigin, getGlobalOrigin }