@dxos/app-framework - v0.8.3
    Preparing search index...

    Type Alias Storage

    Abstraction over key-value storage (defaults to localStorage).

    type Storage = {
        get(key: string): null | string;
        set(key: string, value: string): void;
    }
    Index

    Methods

    Methods