UNPKG

assertthat

Version:
5 lines (4 loc) 199 B
import { AssertionFailed } from '../../errors'; import { Result } from 'defekt'; declare const assertAnyIsNotTrue: (actual: any) => Result<undefined, AssertionFailed>; export { assertAnyIsNotTrue };