UNPKG

@x5e/gink

Version:

an eventually consistent database

9 lines (8 loc) 291 B
import { BundleBuilder } from "./builders"; import { BundleInfo, BundleView, Bytes } from "./typedefs"; export declare class Decomposition implements BundleView { readonly bytes: Bytes; readonly builder: BundleBuilder; readonly info: BundleInfo; constructor(bytes: Bytes); }