function createContext
thefrontside/effectionfunction createContext<T>(key: string, defaultValue?: T): Context<T>
Type Parameters
T
Parameters
key: string
defaultValueoptional: T
Return Type
https://effection-www-jctyb5nxhzq0.deno.dev/api/v3/createContext/Context<T>