UNPKG

kizu

Version:

An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.

3 lines (2 loc) 143 B
import { Assertion } from '../test'; export declare function isFalse(assertions: Assertion[], condition: boolean, description?: string): void;