@xo-cash/state
    Preparing search index...

    Enumeration StorageType

    Supported storage types for local storage.

    • INDEXEDDB: Works in browsers and Node.js (with shim)
    • SQLITE: For Node.js and mobile applications
    Index

    Enumeration Members

    Enumeration Members

    INDEXEDDB: "indexeddb"
    SQLITE: "sqlite"