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