Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Reference<T>

Type parameters

  • T

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _cache

_cache: {} = {}

Type declaration

  • [path: string]: { value: any }
    • value: any

data

data: T

Methods

get

  • Returns T

  • Type parameters

    • P: string | `${string}.${string}` | `${string}.${string}.${string}` | `${string}.${string}.${string}.${string}` | `${string}.${string}.${string}.${string}.${string}`

    Parameters

    • path: P

    Returns undefined | PathValue<T, P>

  • Type parameters

    • P: string | `${string}.${string}` | `${string}.${string}.${string}` | `${string}.${string}.${string}.${string}` | `${string}.${string}.${string}.${string}.${string}`

    Parameters

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

Generated using TypeDoc