Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LocalStorage

Index

Methods

getItem

  • getItem(key: string, defaultValue?: any): any
  • Parameters

    • key: string
    • Optional defaultValue: any

    Returns any

removeItem

  • removeItem(key: string): void
  • Parameters

    • key: string

    Returns void

setItem

  • setItem(key: string, value: any): void
  • Parameters

    • key: string
    • value: any

    Returns void

Generated using TypeDoc