• Gets a nested property of the source object described as a list of property keys.

    Returns

    A value of the nested property.

    Type Parameters

    • T extends object

      A type of the source object.

    • Path extends [keyof T] | [keyof T, ...DeepKeys<any[any]>[]]

      A path to the nested property.

    Parameters

    • source: T

      A source object.

    • path: Path

      A path to the nested property.

    Returns DeepType<T, Path>

Generated using TypeDoc