UNPKG

@dethcrypto/eth-sdk

Version:

🛠 Generate type-safe, lightweight SDK for your Ethereum smart contracts

5 lines (4 loc) • 162 B
/** * Colors the first line of error message red, and colors all links in following lines cyan. */ export declare function formatError(error: unknown): string;