babel/lib/6to5/templates/exports-wildcard.js
2014-10-19 17:05:24 +11:00

6 lines
82 B
JavaScript

(function (obj) {
for (var i in obj) {
exports[i] = obj[i];
}
})(OBJECT);