UNPKG

322 BTypeScriptView Raw
1import { Predicate } from '../predicates/predicate';
2declare const _default: (object: unknown, predicate: Predicate) => boolean | string;
3/**
4Test all the values in the object against a provided predicate.
5
6@hidden
7
8@param predicate - Predicate to test every value in the given object against.
9*/
10export default _default;