UNPKG

@turnkey/http

Version:

Typed HTTP client for interacting with Turnkey API

11 lines (7 loc) 225 B
'use strict'; var crossFetch = require('cross-fetch'); /// <reference lib="dom" /> // This is useful for mocking fetch in tests. const fetch = crossFetch.fetch; exports.fetch = fetch; //# sourceMappingURL=universal.js.map