Skip to content

Instantly share code, notes, and snippets.

@totty90
totty90 / 01 moduleA (return value).js
Last active August 29, 2015 14:03
Requirejs and Commonjs crossmodule standard boilerplate
(typeof define==="function"?define:function(f){var r=f(require,exports,module);module.exports=(r!==void 0?r:module.exports);})(function(require,exports,module){
return 27;
})