We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d56fde commit b67a9aeCopy full SHA for b67a9ae
README.md
@@ -166,7 +166,7 @@ logically-connected sync/async code execution.
166
```typescript
167
namespace AsyncContext {
168
class Variable<T> {
169
- constructor(options: AsyncVariableOptions<T>);
+ constructor(options?: AsyncVariableOptions<T>);
170
get name(): string;
171
get(): T | undefined;
172
run<R>(value: T, fn: (...args: any[])=> R, ...args: any[]): R;
0 commit comments