UNPKG

@x5e/gink

Version:

an eventually consistent database

8 lines (7 loc) 314 B
import { Muid, ScalarKey } from "./typedefs"; import { Database } from "./Database"; import { ContainerBuilder } from "./builders"; import { Keyed } from "./Keyed"; export declare class Directory extends Keyed<ScalarKey> { constructor(database: Database, address: Muid, containerBuilder?: ContainerBuilder); }