UNPKG

@x5e/gink

Version:

an eventually consistent database

9 lines (8 loc) 345 B
import { Muid, ScalarKey, Meta } from "./typedefs"; import { Database } from "./Database"; import { Keyed } from "./Keyed"; export declare class Directory extends Keyed<ScalarKey> { private constructor(); static get(database?: Database, muid?: Muid): Directory; static create(database?: Database, meta?: Meta): Promise<Directory>; }