UNPKG

sharedb

Version:
9 lines (8 loc) 173 B
module.exports = Snapshot; function Snapshot(id, version, type, data, meta) { this.id = id; this.v = version; this.type = type; this.data = data; this.m = meta; }