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) 142 B
import { Assertion } from '../test'; export declare function isTrue(assertions: Assertion[], condition: boolean, description?: string): void;