diff --git a/src/node.ts b/src/node.ts index 9aa4a9dd..9c717201 100644 --- a/src/node.ts +++ b/src/node.ts @@ -8,6 +8,7 @@ import nodeFetch, { import { createFetch } from "./base"; export * from "./base"; +export type * from "./types"; export function createNodeFetch() { const useKeepAlive = JSON.parse(process.env.FETCH_KEEP_ALIVE || "false");