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.

4 lines (3 loc) 74 B
export default function useContext(context) { return context.get(); }