UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

4 lines (3 loc) 96 B
export function isHexPrefixed(value: string) { return value.toLowerCase().startsWith("0x"); }