@vsokolov/utils - v0.32.0
    Preparing search index...

    Function isObject

    • Check if a value is an object (not null)

      Parameters

      • val: unknown

        The value to check

      Returns val is Record<string, unknown>

      True if the value is an object