@langchain/core
Version:
Core LangChain.js abstractions and schemas
7 lines (6 loc) • 346 B
text/typescript
import { ConfigureHook, getContextVariable, registerConfigureHook, setContextVariable } from "./singletons/async_local_storage/context.cjs";
//#region src/context.d.ts
declare const foo = "bar";
//#endregion
export { type ConfigureHook, foo, getContextVariable, registerConfigureHook, setContextVariable };
//# sourceMappingURL=context.d.cts.map