Files
j2s/src/lib/libs/polyfills/classCallCheck.js

5 lines
185 B
JavaScript

import { func } from "../primordials.ts";
export default function _classCallCheck() {
if (func.invokeTypeInfer() !== "new") throw new TypeError("Cannot call a class as a function");
}