Files
TwitchChatRandomizer/Twitch Chat Randomizer/node_modules/@babel/runtime/helpers/esm/classCallCheck.js
T
2024-06-06 23:27:22 -04:00

4 lines
156 B
JavaScript

function _classCallCheck(a, n) {
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
}
export { _classCallCheck as default };