UNPKG

@reservoir0x/relay-kit-ui

Version:

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

5 lines 145 B
export function isENSName(str) { const ensRegex = /^[a-zA-Z0-9-]{3,}\.eth$/; return ensRegex.test(str); } //# sourceMappingURL=ens.js.map