Validate an array of the specified type.

This does not validate instances of types. All class instances of classes will simply objects.

Type Parameters

  • T

Hierarchy

  • TypeArray

Implements

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • T

    Parameters

    • typeName: string
    • example: T

    Returns TypeArray<T>

Properties

typeName: any
typeOf: string

Methods

  • Returns string

  • Parameters

    • u: unknown

    Returns u is T

Generated using TypeDoc