Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/effection/lib/context.ts>createContext

Structured concurrency and effects for JavaScript
Go to Latest
function createContext
import { createContext } from "https://deno.land/x/effection@3.0.0-beta.3/lib/context.ts";

Parameters

key: string
optional
defaultValue: T