@n1k1t/mock-server
Version:
Powerful util to setup mocks over HTTP APIs
6 lines • 405 B
TypeScript
export { default as updateExpectationsGroup } from './expectations-group.update.method';
export { default as createExpectation } from './expectations.create.method';
export { default as updateExpectation } from './expectations.update.method';
export { default as deleteExpectations } from './expectations.delete.method';
export { default as ping } from './ping.method';
//# sourceMappingURL=index.d.ts.map