UNPKG

ketting

Version:

Opiniated HATEAOS / Rest client.

13 lines (11 loc) 269 B
import { default as nodeFetch, Headers, Request, Response, } from 'node-fetch'; // Registering Fetch as a glboal polyfill (<any> global).fetch = nodeFetch; (<any> global).Request = Request; (<any> global).Headers = Headers; (<any> global).Response = Response;