schema-components - v3.7.0
    Preparing search index...

    Function isObject

    • Narrows unknown to a non-null, non-array object. This is the most fundamental narrowing in the library — every module that reads JSON Schema or OpenAPI objects uses this.

      Parameters

      • value: unknown

      Returns value is Record<string, unknown>