https://github.com/bathos/es-intrinsics
map of explicitly named ecmascript intrinsic objects
https://github.com/bathos/es-intrinsics
Last synced: 12 months ago
JSON representation
map of explicitly named ecmascript intrinsic objects
- Host: GitHub
- URL: https://github.com/bathos/es-intrinsics
- Owner: bathos
- Created: 2017-08-09T07:23:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T07:38:33.000Z (almost 9 years ago)
- Last Synced: 2025-04-23T23:52:05.274Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es-intrinsics
Exports a map of the
[named intrinsic objects](https://tc39.github.io/ecma262/#sec-well-known-intrinsic-objects)
of an EcmaScript realm. Presumes an ES2017 environment at minimum, but is
forgiving of known exceptions in current Node; relies on access through the
global object, so if this is to be mutated, it must run first to capture the
references.