Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ElectronStore

Hierarchy

  • ElectronStore

Index

Constructors

Methods

Constructors

constructor

Methods

Static get

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

Static has

  • has(key: string): Promise<boolean>

Static remove

  • remove(key: string): Promise<undefined>

Static set

  • set(key: string, value: string | object): Promise<undefined>

Generated using TypeDoc