Skip to content

StandardType

Trevor Sears edited this page Mar 3, 2020 · 1 revision

Table of Contents

Overview

TODO

Documentation

StandardType

An enumeration of the standard types found in JavaScript.

Implements/Overrides AbstractType

Type Parameters:

  • E The compile-time type of the given StandardType instance.
class StandardType<E> extends AbstractType<E> { ... }

#otherMethod