@electrovir/local-storage-client - v0.1.0
    Preparing search index...

    Type Alias LocalStorageClientOptions

    Options for LocalStorageClient.

    type LocalStorageClientOptions = {
        storeName: string;
    }
    Index

    Properties

    Properties

    storeName: string

    The local storage item name that all values are stored within.