diff options
Diffstat (limited to 'node_modules/@babel/runtime/helpers/inheritsLoose.js')
| -rw-r--r-- | node_modules/@babel/runtime/helpers/inheritsLoose.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/@babel/runtime/helpers/inheritsLoose.js b/node_modules/@babel/runtime/helpers/inheritsLoose.js new file mode 100644 index 00000000..423693bb --- /dev/null +++ b/node_modules/@babel/runtime/helpers/inheritsLoose.js @@ -0,0 +1,6 @@ +function _inheritsLoose(subClass, superClass) { + subClass.prototype.__proto__ = superClass && superClass.prototype; + subClass.__proto__ = superClass; +} + +module.exports = _inheritsLoose;
\ No newline at end of file |
