UNPKG

counterfact

Version:

Generate a TypeScript-based mock server from an OpenAPI spec in seconds — with stateful routes, hot reload, and REPL support.

8 lines (7 loc) 252 B
/** * A unique symbol used as a brand for the `COUNTERFACT_RESPONSE` type. * This prevents arbitrary objects from being accidentally treated as a * completed response value. */ const counterfactResponse = Symbol("Counterfact Response"); export {};