UNPKG

contexta

Version:

A React-inspired Context API for Node.js with async/await support. Supported in nodejs, bun, and deno via async-local-storage.

13 lines 281 B
{ "compilerOptions": { "moduleResolution": "node", "target": "ESNext", "declaration": true, "strict": true, "noImplicitAny": true, "esModuleInterop": true, "strictNullChecks": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true, } }