4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
var obj = babelHelpers.defineProperty({}, foobar, function () {
|
|
return "foobar";
|
|
});
|