ArrayConstructor | typescript
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArrayConstructor

Callable

  • __call(arrayLength?: number): any[]
  • __call<T>(arrayLength: number): T[]
  • __call<T>(...items: T[]): T[]
  • Parameters

    • Optional arrayLength: number

    Returns any[]

  • Type parameters

    • T

    Parameters

    • arrayLength: number

    Returns T[]

  • Type parameters

    • T

    Parameters

    • Rest ...items: T[]

    Returns T[]

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ArrayConstructor(arrayLength?: number): any[]
  • new ArrayConstructor<T>(arrayLength: number): T[]
  • new ArrayConstructor<T>(...items: T[]): T[]
  • Parameters

    • Optional arrayLength: number

    Returns any[]

  • Type parameters

    • T

    Parameters

    • arrayLength: number

    Returns T[]

  • Type parameters

    • T

    Parameters

    • Rest ...items: T[]

    Returns T[]

Properties

prototype

prototype: Array<any>

Methods

isArray

  • isArray(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc