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

    Function getObject

    • Read a key from a JSON object, returning the value when it is a plain object and undefined otherwise.

      Parameters

      • obj: Record<string, unknown>
      • key: string

      Returns Record<string, unknown> | undefined