UNPKG

craydent

Version:

node library based on craydent-1.9.3

4 lines (3 loc) 224 B
import { AllTypes } from '../models/Generics'; export declare type ContainsValue = Array<AllTypes> | AllTypes; export declare type ContainsObjectIterator<T, TValue> = (value: TValue, property: string, object: T) => boolean;