4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
var obj = babelHelpers.defineProperty({
|
|
first: "first"
|
|
}, "second", "second");
|