Bun

interface

async_hooks.AsyncLocalStorageOptions

interface AsyncLocalStorageOptions

  • defaultValue?: any

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

  • name?: string

    A name for the AsyncLocalStorage value.