FuncType - v0.9.5
    Preparing search index...

    Function isTypeable

    • Type guard with automatic type inference using the full type

      Type Parameters

      • T

      Parameters

      • value: unknown

        The value to check

      • tag: string

        The tag to check for

      Returns value is T

      Whether the value is a Typeable with the specified tag