Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "array/IsTuple"

Index

Type aliases

Type aliases

IsTuple

IsTuple: And<IsArrayType<T>, InstanceOf<T["length"], number>>

Check whether a type is a tuple type

Generated using TypeDoc