Interface AsyncLocalStorageInterface
interface AsyncLocalStorageInterface { getStore: (() => any); run: (<T>(store,
callback) => T); } Properties
getStore
getStore: (() => any)
run
run: (<T>(store,
callback) => T) Type declaration
- <T>(store, callback): T
Parameters
store: any
callback: (() => T)
Returns T