Array.prototype.includes

Proposal repo

Built-ins signatures

class Array {
  includes(searchElement: any, from?: number): boolean;
}

class %TypedArray% {
  includes(searchElement: any, from?: number): boolean;
}

Entry points

core-js/proposals/array-includes

TypeScript type definitions

@core-js/types/proposals/array-includes