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