UNPKG

hardhat

Version:

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

8 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isHexPrefixed = void 0; function isHexPrefixed(value) { return value.toLowerCase().startsWith("0x"); } exports.isHexPrefixed = isHexPrefixed; //# sourceMappingURL=isHexPrefixed.js.map