UNPKG

assertthat

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