Use case
Framework
No Results
Owner
Ethers/6/Utilities
This codemod does tranformation based on changes in the utils in ethers.js
Remove Unused Feature Flags 2
This experimental codemod replaces function calls in a form of
await functionName()
, based on the following arguments:Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Remove Iswhitespace
Removes isWhitespace calls and
is-whitespace
imports and replaces them withtrim()
calls.