Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "array/ArrPrototypeMethods"

Index

Type aliases

Type aliases

ArrPrototypeMethods

ArrPrototypeMethods: "length" | "push" | "pop" | "concat" | "join" | "reverse" | "shift" | "slice" | "sort" | "splice" | "unshift" | "indexOf" | "lastIndexOf" | "every" | "some" | "forEach" | "map" | "filter" | "reduce" | "reduceRight" | "find" | "findIndex" | "fill" | "copyWithin" | "entries" | "keys" | "values"

Unions of keys used to access prototype methods on array/tuple types.

Generated using TypeDoc