UNPKG

fis3-hook-commonjs

Version:
21 lines (14 loc) 509 B
define('pkg_part1', function(require, exports, module){ //------------------------------------------------------------ exports.sayHello = function() { return 'hello'; }; //------------------------------------------------------------ }); define('pkg_part2', function(require, exports, module){ //------------------------------------------------------------ exports.sayHello = function() { return 'hello2'; }; //------------------------------------------------------------ });