1 2 3 4
var external001 = require("./not_exists.js"); Object.keys(external001).forEach(function(key) { exports[key] = external001[key]; });