UNPKG

assertthat

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