• Finds a value in an object by the given path in dot notation.

    Parameters

    • source: unknown

      The object to search within.

    • path: string

      The path to the value in dot notation.

    Returns unknown

    The value found at the given path, or undefined if not found.

Generated using TypeDoc