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.

3 lines (2 loc) 97 B
export { default } from './createContext'; export { default as useContext } from './useContext';