UNPKG

jinaga

Version:

Data management for web and mobile applications.

5 lines 318 B
import { LoadMessage, SaveMessage } from '../http/messages'; import { FactEnvelope, FactReference } from '../storage'; export declare function serializeSave(envelopes: FactEnvelope[]): SaveMessage; export declare function serializeLoad(references: FactReference[]): LoadMessage; //# sourceMappingURL=serialize.d.ts.map