2023-08-13 16:48:04 +03:00

3 lines
117 B
TypeScript

export { AbortController, type AbortSignal } from "abort-controller";
export { default as fetch } from "node-fetch";