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