UNPKG

@swc/helpers

Version:

External helpers for the swc project.

5 lines (4 loc) 198 B
export function _class_call_check(instance, Constructor) { if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function"); } export { _class_call_check as _ };