UNPKG

@paultaku/node-mock-server

Version:

A TypeScript-based mock server with automatic Swagger-based mock file generation

9 lines 259 B
/** * Shared Types - Public Interface * * This module exports all shared types used across domain boundaries. * All domains can import from this module. */ export * from './swagger-types'; export * from './mock-types'; //# sourceMappingURL=index.d.ts.map