Skip to main content
Module

x/earthstar/src/entries/universal.ts>IReplicaConfig

Storage for private, distributed, offline-first applications.
Go to Latest
interface IReplicaConfig
import { type IReplicaConfig } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.ts";

Methods

getConfig(key: string): Promise<string | undefined>
setConfig(key: string, value: string): Promise<void>
listConfigKeys(): Promise<string[]>
deleteConfig(key: string): Promise<boolean>