UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

4 lines (3 loc) 95 B
export function isAddress(value: string): boolean { return /^0x[0-9a-f]{40}$/i.test(value) }