Hierarchy

  • TupleType

Implements

Index

Constructors

constructor

  • new TupleType(elemTypes: Type[], isDotDotDot?: boolean, isQuestion?: boolean): TupleType

Properties

elemTypes

elemTypes: Type[]

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "tuple"

Methods

convert

  • convert(argument: any): any[]

toConstructor

  • toConstructor(): string

toString

  • toString(): string