langchain.js
Preparing search index...
@langchain/core
singletons
AsyncLocalStorageInterface
Interface AsyncLocalStorageInterface
interface
AsyncLocalStorageInterface
{
enterWith
:
(
store
:
any
)
=>
void
;
getStore
:
()
=>
any
;
run
:
<
T
>
(
store
:
any
,
callback
:
()
=>
T
)
=>
T
;
}
Implemented by
MockAsyncLocalStorage
Index
Properties
enter
With
get
Store
run
Properties
enter
With
enterWith
:
(
store
:
any
)
=>
void
get
Store
getStore
:
()
=>
any
run
run
:
<
T
>
(
store
:
any
,
callback
:
()
=>
T
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enter
With
get
Store
run
langchain.js
Loading...