11 lines
189 B
JavaScript
11 lines
189 B
JavaScript
var Foo = function Foo() {
|
|
babelHelpers.classCallCheck(this, Foo);
|
|
};
|
|
|
|
Object.defineProperty(Foo, "bar", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
writable: true,
|
|
value: void 0
|
|
});
|