UNPKG

@redocly/respect-core

Version:
7 lines 395 B
export declare const EXPECTED_COLOR: import("colorette").Color; export declare const RECEIVED_COLOR: import("colorette").Color; export declare const EXPECTED_LABEL = "Expected"; export declare const RECEIVED_LABEL = "Received"; export declare function printReceived(received: any): string; export declare function printExpected(expected: any): string; //# sourceMappingURL=print-message.d.ts.map