mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
8 lines
243 B
JavaScript
8 lines
243 B
JavaScript
var Object = function() {
|
|
"use strict";
|
|
!function(instance, Constructor) {
|
|
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
}(this, Object);
|
|
};
|
|
export { Object as default };
|