UNPKG

viem

Version:

TypeScript Interface for Ethereum

8 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalize = normalize; const ens_normalize_1 = require("@adraffy/ens-normalize"); function normalize(name) { return (0, ens_normalize_1.ens_normalize)(name); } //# sourceMappingURL=normalize.js.map