tguard-js
    Preparing search index...

    Function typeOf

    • Returns the detailed type of the provided value as a string.

      Parameters

      • x: unknown

        The value whose type is to be determined.

      Returns string

      A string representing the detailed type of the value.

      This function is an alias for getType with nameOnly set to false.

      1.0