UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

9 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isENSName = void 0; function isENSName(str) { const ensRegex = /^[a-zA-Z0-9-]{3,}\.eth$/; return ensRegex.test(str); } exports.isENSName = isENSName; //# sourceMappingURL=ens.js.map