Files
tasq/node_modules/gun/test/rad/2020and2021.js
T
2026-04-09 19:01:53 +08:00

8 lines
193 B
JavaScript

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!" }
});