Class Reference<T>

Type Parameters

  • T

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

_cache: {
    [path: string]: {
        value: any;
    };
} = {}

Type declaration

  • [path: string]: {
        value: any;
    }
    • value: any
data: undefined | T

Methods

  • Returns T

  • Type Parameters

    • P extends string

    Parameters

    • path: P

    Returns undefined | PathValue<T, P>

  • Type Parameters

    • P extends string

    Parameters

    • path: P
    • def: PathValue<T, P>

    Returns Exclude<PathValue<T, P>, undefined>

Generated using TypeDoc