UNPKG

gun

Version:

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

8 lines (6 loc) 193 B
var Gun = require('../../index'); var gun = Gun({file: __dirname+'/old2020json'}); gun.get('test').once(function(data, key){ console.log(key, data); if(!data){ throw "not compatible!" } });