UNPKG

funcunit

Version:
6 lines 209 B
define(function (require, exports, module) { var a = require('a'), b = require('b'); exports.action = function () { console.log(`hello world`); }; }); //# sourceMappingURL=cjs_amd_sm.js.map