GraphBlobStorage: {
    get(key: string): string;
    set(key: string, value: string): void;
}

Minimal key/value blob API for serialized RDF (N-Quads) strings

Type declaration