nanoscheduler
Schedule work to be completed when the browser is idle.
global-box
A simple key-value store that is truly a singleton. Use this to as an alternative to sticking values into global.
global-const
A lightweight utility to create global singletons (on browser and node)
primitive-pool
Pool of objects for primitives. (Make WeakMap accept primitive keys)
asyncforge
`asyncforge` allows you to remove singletons from your codebase with the use of [`AsyncLocalStorage`](https://nodejs.org/api/async_context.html#class-asynclocalstorage).