Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • Memento

Index

Constructors

Properties

Methods

Constructors

Properties

Methods

  • get<T>(key: string): undefined | T
  • get<T>(key: string, defaultValue: T): T
  • keys(): string[]
  • update(key: string, value: any): Promise<void>