3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
|
export { AbortController, type AbortSignal } from "abort-controller";
|
||
|
export { default as fetch } from "node-fetch";
|