An open API service indexing awesome lists of open source software.

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

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.