- Preparing search index...
- The search index is not available
biorate
Methods
active
- active(): Context
-
bind
- bind<T>(context?, target): T
-
Parameters
-
Optional
context: Context
Optional
-
target: T
Returns T
disable
- disable(): ContextManager
-
enable
- enable(): ContextManager
-
with
- with<A, F>(context, fn, thisArg?, ...args): ReturnType<F>
-
Type Parameters
-
A extends unknown[]
-
F extends ((...args) => ReturnType<F>)
Parameters
-
-
fn: F
-
Optional
thisArg: ThisParameterType<F>
Optional
-
Rest
...args: A
Rest
Returns ReturnType<F>
Get the current active context