StandardType - T99/typit GitHub Wiki

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