assert.d.ts 100 Bytes
export declare function assert(expectedCondition: any, message: string): asserts expectedCondition;