declare function contain(arr: any[] | {} | string, val: any): boolean;

export = contain;
