langchain.js
    Preparing search index...

    Interface AsyncLocalStorageInterface

    interface AsyncLocalStorageInterface {
        enterWith: (store: any) => void;
        getStore: () => any;
        run: <T>(store: any, callback: () => T) => T;
    }

    Implemented by

    Index

    Properties

    enterWith: (store: any) => void
    getStore: () => any
    run: <T>(store: any, callback: () => T) => T