Urara-Blog/node_modules/.pnpm-store/v3/files/f9/3531fefbe630d928cf8172ff8607ff7839bb1de45822b0256892ad27c1c537b32d45727a4c3ce0735d8617cc3898268baeb86b32305acb1b0c4b3f8fbff8b4
2022-08-14 01:14:53 +08:00

5 lines
No EOL
166 B
Text

export default function _newArrowCheck(innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
}