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