Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LocalStorage

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private logger

logger: Logger

ls

ls: any

Methods

create

  • create(k: string, v: any): Promise<void>

get

  • get(k: string): Promise<any>

processValue

  • processValue(v: any): any

remove

  • remove(k: string): Promise<void>

set

  • set(k: string, v: any): Promise<void>