@langchain/core
Version:
Core LangChain.js abstractions and schemas
1 lines • 1.02 kB
Source Map (JSON)
{"version":3,"file":"globals.d.ts","names":["AsyncLocalStorageInterface","T","TRACING_ALS_KEY","_CONTEXT_VARIABLES_KEY","setGlobalAsyncLocalStorageInstance","getGlobalAsyncLocalStorageInstance"],"sources":["../../../src/singletons/async_local_storage/globals.d.ts"],"sourcesContent":["export interface AsyncLocalStorageInterface {\n getStore: () => any | undefined;\n run: <T>(store: any, callback: () => T) => T;\n enterWith: (store: any) => void;\n}\nexport declare const TRACING_ALS_KEY: unique symbol;\nexport declare const _CONTEXT_VARIABLES_KEY: unique symbol;\nexport declare const setGlobalAsyncLocalStorageInstance: (instance: AsyncLocalStorageInterface) => void;\nexport declare const getGlobalAsyncLocalStorageInstance: () => AsyncLocalStorageInterface | undefined;\n//# sourceMappingURL=globals.d.ts.map"],"mappings":";UAAiBA,0BAAAA;EAAAA,QAAAA,EAAAA,GAAAA,GAAAA,GAAAA,GAAAA,SAA0B;EAMtBG,GAAAA,EAAAA,CAAAA,CAAAA,CAAAA,CAAAA,KAAAA,EAAAA,GAAAA,EAAAA,QAAqC,EAAA,GAAA,GAJjBF,CAIiB,EAAA,GAJXA,CAIW;;;cAArCE"}