Member Junction
    Preparing search index...
    • Resolves a dotted / array-indexed path against a context object (e.g. 'creds.password', 'items[0].id'). Returns undefined for any missing segment.

      Parameters

      • obj: unknown

        The context object.

      • path: string

        The dotted path.

      Returns unknown

      The value at the path, or undefined.