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