UNPKG

hra-api

Version:

The Human Reference Atlas (HRA) API deployed to https://apps.humanatlas.io/api/

8 lines (6 loc) 209 B
import fetch, { Headers, Request, Response } from 'node-fetch'; // Use node-fetch's fetch globalThis.fetch = fetch; globalThis.Headers = Headers; globalThis.Request = Request; globalThis.Response = Response;