diff options
Diffstat (limited to 'node_modules/@babel/runtime/helpers/classCallCheck.js')
| -rw-r--r-- | node_modules/@babel/runtime/helpers/classCallCheck.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/@babel/runtime/helpers/classCallCheck.js b/node_modules/@babel/runtime/helpers/classCallCheck.js new file mode 100644 index 0000000..21b8390 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classCallCheck.js @@ -0,0 +1,4 @@ +function _classCallCheck(a, n) { + if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); +} +module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;
\ No newline at end of file |
