DIR: /proc/self/root/usr/share/node_modules/@babel/runtime-corejs3/helpers/esm/ |
Current File : //proc/self/root/usr/share/node_modules/@babel/runtime-corejs3/helpers/esm/assertThisInitialized.js |
export default function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |