chatgpt-api/src/fetch.ts

6 wiersze
78 B
TypeScript

/// <reference lib="dom" />
const fetch = globalThis.fetch
export { fetch }