Nodeasync_hooksAsyncLocalStorage.prototype.getStoremethod AsyncLocalStorage.prototype.getStore#AsyncLocalStorage.prototype.getStore(): T | undefinedReturns the current store. If called outside of an asynchronous context initialized by calling asyncLocalStorage.run() or asyncLocalStorage.enterWith(), it returns undefined. Return Type #T | undefined
method AsyncLocalStorage.prototype.getStore#AsyncLocalStorage.prototype.getStore(): T | undefinedReturns the current store. If called outside of an asynchronous context initialized by calling asyncLocalStorage.run() or asyncLocalStorage.enterWith(), it returns undefined. Return Type #T | undefined