UNPKG

mappersmith

Version:

It is a lightweight rest client for node.js and the browser

19 lines 528 B
// src/gateway/index.ts import { Gateway } from "./gateway.mjs"; import { Fetch } from "./fetch.mjs"; import { HTTP } from "./http.mjs"; import { Mock } from "./mock.mjs"; import { isTimeoutError, createTimeoutError } from "./timeout-error.mjs"; import { XHR } from "./xhr.mjs"; var gateway_default = Gateway; export { Fetch as FetchGateway, Gateway, HTTP as HTTPGateway, Mock as MockGateway, XHR as XHRGateway, createTimeoutError, gateway_default as default, isTimeoutError }; //# sourceMappingURL=index.mjs.map