UNPKG

iter-tools-es

Version:
5 lines 366 B
import { Wrappable } from '../../types/iterable'; declare function includes(same: (a: any, b: any) => boolean, value: any): (iterable: Wrappable<any>) => boolean; declare function includes(same: (a: any, b: any) => boolean, value: any, iterable: Wrappable<any>): boolean; declare function includes(value: any, iterable: Wrappable<any>): boolean; export { includes };