Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GenericStorageInterface

Implemented by

Index

Methods

forEach

  • forEach(callback: Function): void

get

  • get(key?: string | number, fallback?: any): any
  • Returns the current value for the given storage key. If the key is not set (undefined) the fallback value will be returned instead.

    Parameters

    • Optional key: string | number
    • Optional fallback: any

    Returns any

has

  • has(key: string | number): boolean

remove

set

unwatch

watch

Generated using TypeDoc