mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 11:01:52 +03:00
8 lines
210 B
JavaScript
8 lines
210 B
JavaScript
var C = function() {
|
|
"use strict";
|
|
!function(instance, Constructor) {
|
|
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
}(this, C);
|
|
};
|
|
new C;
|