babel/lib/6to5/templates/function-return-obj.js
2014-10-12 00:23:13 +11:00

4 lines
43 B
JavaScript

(function (KEY) {
return KEY;
})(OBJECT)