@sovereignbase/utils
    Preparing search index...

    Function prototype

    • Returns a normalized lowercase tag for the runtime category of value.

      Primitive values are classified with typeof. Objects and built-in platform values are classified with Object.prototype.toString.

      Parameters

      • value: unknown

        The value to classify.

      Returns string

      A normalized runtime tag such as "string", "record", "url", or "unknown".