The class for deep checking Types

Constructors

Properties

childKeys: Map<string, Type>

The child keys of this Type

childValues: Map<string, Type>

The child values of this Type

is: string

The shallow type of this

parent?: Type

The parent of this type

value: any

The value to generate a deep Type of

Accessors

Methods

  • The subtype to create based on this.value's entries.

    Parameters

    • __namedParameters: [string, any]

    Returns void