GeoLeaf Core API - v3.0.0
    Preparing search index...

    Function member

    • Reads a member off a possibly-undefined namespace object as unknown. Mirrors the obj && obj.member access pattern without an any cast.

      Parameters

      • obj: unknown
      • key: string

      Returns unknown