contains.d.ts 86 B

12
  1. declare const contains: (arr: any[], value: any) => boolean;
  2. export default contains;