Saw this in transitive dependencies (express -> qs -> side-channel -> get-intrinsic): https://github.com/ljharb/get-intrinsic Anyone have a clue what this is good for? I can't figure out why someone is using GetIntrinsic('%Math.pow%')(10) instead of like Math.pow(10)? #JavaScript #npm
