6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
var Test = function Test() {
|
|
babelHelpers.classCallCheck(this, Test);
|
|
|
|
babelHelpers.get(Object.getPrototypeOf(Test.prototype), "hasOwnProperty", this).call(this, "test");
|
|
};
|