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