UNPKG

foreach-prop

Version:
4 lines 217 B
import { Anything, ImmutableObject, Key } from './types'; declare function includes(object: ImmutableObject<Key, Anything>, value: Anything): boolean; export default includes; //# sourceMappingURL=includes.d.ts.map