UNPKG

viem

Version:

TypeScript Interface for Ethereum

8 lines 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalize = normalize; const Ens = require("ox/Ens"); function normalize(name) { return Ens.normalize(name); } //# sourceMappingURL=normalize.js.map