UNPKG

mappersmith

Version:

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

12 lines (11 loc) 244 B
import { Gateway } from './gateway'; export declare class Mock extends Gateway { get(): void; head(): void; post(): void; put(): void; patch(): void; delete(): void; callMock(): Promise<void>; } export default Mock;