mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +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);
|
|
};
|