Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/storage

Index

Functions

getStorage

  • getStorage<T>(key: string, type?: StorageType): T | null
  • Type parameters

    • T

    Parameters

    Returns T | null

removeStorage

  • Parameters

    Returns void

setStorage

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

    • key: string
    • value: any
    • Optional concat: boolean
    • type: StorageType = StorageType.local

    Returns null | void

Generated using TypeDoc