6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
import _classCallCheck from "babel-runtime/helpers/classCallCheck";
|
|
|
|
let Foo = function Foo() {
|
|
_classCallCheck(this, Foo);
|
|
};
|