UNPKG

@amadeus-it-group/kassette

Version:

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

3 lines (2 loc) 133 B
/** Serializes given `value` into JSON using a 4 spaces indentation */ export declare const stringifyPretty: (value: any) => string;