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) 104 B
import Context from './Context'; export default function createContext<T>(defaultValue: T): Context<T>;