UNPKG

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