NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.15k stars 1.37k forks source link

Hardhat Utils additions #5305

Closed kanej closed 2 months ago

kanej commented 3 months ago

There are two refactorings we want to make within v-next related to the utils.

TODO

sisco0 commented 3 months ago

isObject

The instruction add isObject is found in the current issue description. What would be the most proper file to put this function into? I would suggest v-next/core/src/types/common.ts.

camelToKebabCase

I could not find camelToKebabCase function under the current repository for branch v-next @kanej. I could only find kebabToCamelCase. What would be the most proper file to put this function into? I would suggest v-next/hardhat-utils/src/string.ts.