4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
|
|
import { fetch as undiciFetch, Headers, Request, Response } from 'undici';
|
||
|
|
|
||
|
|
Object.assign(globalThis, { fetch: undiciFetch, Headers, Request, Response });
|