Function createLsManager

A utility class for managing local storage values.

  • Type Parameters

    • T = Record<string, any>

      The type of the value to be stored in local storage.

    Parameters

    • STORAGE_KEY: string

      The key to use when storing the value in local storage.

    Returns (Anonymous class)<T>

    • An instance of the createLsManager class.