Options
All
  • Public
  • Public/Protected
  • All
Menu
abstract

TypeMirror

Type parameters

Hierarchy

  • TypeMirror

Index

Constructors

constructor

Properties

elementType

elementType: () => E

Type declaration

    • (): E
    • Returns E

type

type: (values?: any) => undefined | TypedConstructorType | ClassConstructor<T>

Type declaration

Methods

Static createArrayMirror

Static createMapMirror

Static createObjectMirror

Static createPromiseMirror

Static createSetMirror

Static createWhereMirror

Static from