hasContext
Reports whether the active execution contains a value for a context boundary.
Table of contents
Category
Value
Import
jsimport { hasContext } from "valyrian.js/context";Public signature
ts<T>(scope: ContextScope<T>): booleanParameters
tsscope: ContextScope<T>Result
tsboolean