Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/sessionStorage

Index

Functions

Const getStorage

  • getStorage(key: string): unknown
  • Parameters

    • key: string

    Returns unknown

Const removeStorage

  • removeStorage(key: string): void
  • Parameters

    • key: string

    Returns void

Const setStorage

  • setStorage(key: string, value: any, concat?: boolean): null | void
  • Parameters

    • key: string
    • value: any
    • Optional concat: boolean

    Returns null | void

Generated using TypeDoc