5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
var Foo = function Foo() {
|
|
babelHelpers.classCallCheck(this, Foo);
|
|
this.bar = "foo";
|
|
};
|