UNPKG

@amadeus-it-group/kassette

Version:

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

11 lines (10 loc) 273 B
/** * A set of utilities to help logging into the console, * as well as a mean to centralize logging in the application. */ export * from './impl'; export * from './model'; export declare const LOGGER_CONF: { separatorLength: number; timestampFormat: string; };