forked from sagnik/Project_Velocity
8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
function _classCallCheck(instance, Constructor) {
|
|
if (!(instance instanceof Constructor)) {
|
|
throw new TypeError("Cannot call a class as a function");
|
|
}
|
|
}
|
|
|
|
export { _classCallCheck as _ };
|