get-intrinsic

JSON →
library 1.3.0 ·javascript
verified Jun 7, 2026

get-intrinsic (v1.3.0) provides a robust way to access JavaScript language-level intrinsics (e.g., %Array.prototype.push%) at runtime, caching them at first require. Maintained by ljharb and updated regularly, it is used internally by es-abstract and other ECMAScript polyfill libraries. Key differentiator: guarantees access even when intrinsics are deleted or overridden, with optional allowance for missing features. Published weekly, supports Node >=0.4.