UNPKG

asyncforge

Version:

`asyncforge` allows you to remove singletons from your codebase with the use of [`AsyncLocalStorage`](https://nodejs.org/api/async_context.html#class-asynclocalstorage).

20 lines (19 loc) 505 B
{ "name": "asyncforge", "version": "0.5.0", "description": "", "main": "asyncforge.js", "scripts": { "test": "standard && borp --coverage && tsd" }, "keywords": ["async", "local", "storage", "asynclocalstorage", "memo", "forge", "singleton"], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "devDependencies": { "borp": "^0.11.0", "@matteo.collina/tspl": "^0.1.1", "standard": "^17.1.0", "tsd": "^0.31.0" }, "types": "asyncforge.d.ts" }