mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
9 lines
267 B
JavaScript
9 lines
267 B
JavaScript
;(function(){
|
|
console.log("Hello wonderful person! :) I'm mark@gunDB.io, message me for help or with hatemail. I want to hear from you! <3");
|
|
var Gun = require('../gun');
|
|
require('./s3');
|
|
require('./wsp');
|
|
require('./file');
|
|
module.exports = Gun;
|
|
}());
|