summit/frontend/node_modules/maath/dist/classCallCheck-839aeb3a.cjs...

10 lines
221 B
JavaScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
'use strict';
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
exports._classCallCheck = _classCallCheck;