gun/sea/root.js
2018-08-24 03:07:56 -07:00

10 lines
285 B
JavaScript

// Security, Encryption, and Authorization: SEA.js
// MANDATORY READING: http://gun.js.org/explainers/data/security.html
// THIS IS AN EARLY ALPHA!
function SEA(){}
if(typeof window !== "undefined"){ (SEA.window = window).SEA = SEA }
module.exports = SEA;