UNPKG

@paultaku/node-mock-server

Version:

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

9 lines 297 B
/** * Server Entry Point * * Minimal facade that delegates to the Server Runtime domain. * This file is kept for backward compatibility and as the main entry point. */ import { startMockServer } from "./domains/server-runtime"; export { startMockServer }; //# sourceMappingURL=server.d.ts.map