UNPKG

@shedevro/assert

Version:

Assertion typescript library for better, comfortable and safe coding. See readme!

6 lines (5 loc) 250 B
export declare abstract class MessageBuilder { static expected(expected: string, actual?: string): string; static expectedValue(expected: string, actual?: string): string; static expectedToBe(expected: string, actual?: string): string; }