Preparing search index...
The search index is not available
LangChain.js - v0.1.35
LangChain.js
langchain-core/singletons
AsyncLocalStorageInterface
Interface AsyncLocalStorageInterface
interface
AsyncLocalStorageInterface
{
getStore
:
(
(
)
=>
any
)
;
run
:
(
(
store
,
callback
)
=>
any
)
;
}
Implemented by
MockAsyncLocalStorage
Index
Properties
get
Store
run
Properties
get
Store
get
Store
:
(
(
)
=>
any
)
Type declaration
(
)
:
any
Returns
any
run
run
:
(
(
store
,
callback
)
=>
any
)
Type declaration
(
store
,
callback
)
:
any
Parameters
store
:
any
callback
:
(
(
)
=>
any
)
(
)
:
any
Returns
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
get
Store
run
LangChain.js - v0.1.35
Loading...