7 lines
240 B
JavaScript
7 lines
240 B
JavaScript
"use strict";
|
|
|
|
var _classCallCheck = function (instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } };
|
|
|
|
var Test = function Test() {
|
|
_classCallCheck(this, Test);
|
|
}; |