ECMAScript spec-compliant polyfill/shim for globalThis
Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
A lightweight utility to create global singletons (on browser and node)
An abstraction for passing around global objects and singletons with multi-paradigm resolution. Minimal, built using esnext, with no imports or shims. Inspired by global-cache.
An abstraction for passing around global objects and singletons with multi-paradigm resolution. Minimal, built using esnext, with no imports or shims. Inspired by global-cache.