malta
Version:
Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.
16 lines (12 loc) • 469 B
JavaScript
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.trial = f()}})(function(){var define,module,exports;
function aaa (){
alert('aaa');
}
function bbb (){
alert('bbb');
}
return {
aaa : aaa,
bbb : bbb
};
});