mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
12 lines
298 B
JavaScript
12 lines
298 B
JavaScript
|
function _classCallCheck(instance, Constructor) {
|
||
|
if (!(instance instanceof Constructor)) {
|
||
|
throw new TypeError("Cannot call a class as a function");
|
||
|
}
|
||
|
}
|
||
|
// @target: ES5
|
||
|
// @module: amd
|
||
|
export var Object = function Object() {
|
||
|
"use strict";
|
||
|
_classCallCheck(this, Object);
|
||
|
};
|