1.1.1 • Published 7 years ago
@simple-js/modulepackage.js v1.1.1
MODULE.JS
A module?? idek at this point.
const Mod = require('modulepackage.js');
Mod.logVersion; // Console logs module version
var modVersion = Mod.version; // Sets variable to module version
var testReturn = Mod.ret(modVersion); // Returns variable/string
console.log(testReturn); // Outputs module version
Mod.logRet(Mod.version); // Outputs module version