als-unhooked
    Preparing search index...

    Interface AsyncLocalStorageOptions

    interface AsyncLocalStorageOptions {
        defaultValue?: any;
        name?: string;
    }
    Index

    Properties

    Properties

    defaultValue?: any

    The default value to be used when no store is provided.

    name?: string

    A name for the AsyncLocalStorage value.