Utility TypeScript @ 2.0.0-beta
    Preparing search index...

    Function typeOf

    • An alias for the typeof keyword that returns additional options.

      Type Parameters

      • T_Type extends TestType

        The possible types for the variable being tested. (This helps restrict the results as applicable.)

      Parameters

      • variable: T_Type

        To test for type.

      Returns Return<T_Type>

      Expanded type options.

      0.1.0