UNPKG

gun

Version:

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

12 lines (10 loc) 332 B
function USE(arg, req){ return req? require(arg) : arg.slice? USE[R(arg)] : function(mod, path){ arg(mod = {exports: {}}); USE[R(path)] = mod.exports; } function R(p){ return p.split('/').slice(-1).toString().replace('.js',''); } } if(typeof module !== "undefined"){ var MODULE = module }