babel/lib/6to5/transformation/templates/exports-wildcard.js
2014-12-29 01:24:35 +11:00

6 lines
82 B
JavaScript

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