UNPKG

gun

Version:

A realtime, decentralized, offline-first, graph data synchronization engine.

6 lines (5 loc) 271 B
export declare function parse(text: string): Promise<any>; export declare function stringify(value: any, waitForArrayBufferView?: boolean): Promise<string>; export interface IArrayBufferViewWithPromise extends ArrayBufferView { _promise?: Promise<ArrayBufferView>; }