AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface KeyValueStore

    interface KeyValueStore {
        getItem(key: string): string | null;
        setItem(key: string, value: string): void;
    }
    Index