mappersmith
Version:
It is a lightweight rest client for node.js and the browser
14 lines (10 loc) • 518 B
text/typescript
import Gateway from './gateway.mjs';
export { default as FetchGateway } from './fetch.mjs';
export { default as HTTPGateway } from './http.mjs';
export { default as MockGateway } from './mock.mjs';
export { createTimeoutError, isTimeoutError } from './timeout-error.mjs';
export { default as XHRGateway } from './xhr.mjs';
export { GatewayConfiguration, HTTPGatewayConfiguration, HTTPRequestParams } from './types.mjs';
import '../index-D3_z6QHM.mjs';
import '../types.mjs';
export { Gateway, Gateway as default };