UNPKG

@amadeus-it-group/kassette

Version:

Development server, used mainly for testing, which proxies requests and is able to easily manage local mocks.

12 lines (11 loc) 265 B
export * from './impl'; export * from './model'; export declare const SERVER_CONF: { messages: { handlingRequest: string; listening: string; sendingRequest: string; requestComplete: string; socketError: string; }; };