mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
13 lines
304 B
JavaScript
13 lines
304 B
JavaScript
function _classCallCheck(instance, Constructor) {
|
|
if (!(instance instanceof Constructor)) {
|
|
throw new TypeError("Cannot call a class as a function");
|
|
}
|
|
}
|
|
export default function bar() {
|
|
};
|
|
var C = function C() {
|
|
"use strict";
|
|
_classCallCheck(this, C);
|
|
};
|
|
export { C as default };
|