Files
novarix.uk/node_modules/@swc/helpers/cjs/_new_arrow_check.cjs
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
191 B
JavaScript

"use strict";
function _new_arrow_check(innerThis, boundThis) {
if (innerThis !== boundThis) throw new TypeError("Cannot instantiate an arrow function");
}
exports._ = _new_arrow_check;