Hierarchy

  • AnyType

Implements

Index

Constructors

constructor

  • new AnyType(isDotDotDot?: boolean, isQuestion?: boolean): AnyType

Properties

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "any"

Methods

convert

  • convert(argument: any): any

toConstructor

  • toConstructor(): string

toString

  • toString(): string