FunctionscreateContextcreateContext CallablecreateContext<T>(value: T, opts?: SetSignalOptions): Context<T>createContext<T>(value?: T, opts?: SetSignalOptions): Context<undefined | T>Creates a new context with the given value.Type parametersT
Creates a new context with the given value.