Is there a method available in Hardhat Upgrades package that can spit out the current storage layout of a contract in Hardhat?
I know the storage layout is built and stored in the .openzeppelin/* when deploying an upgradeable contract, however, the feature on its own (in example: get-storage-layout ./contracts/MyContract.sol) would be helpful to have a better understanding of your contract's storage layout as you develop it.