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

    Function getProperty

    • Safe property access on unknown values. Returns undefined if the value is not an object or the key doesn't exist.

      Parameters

      • value: unknown
      • key: string

      Returns unknown