UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

4 lines 127 B
export function isValidAddress(address) { return /^0x[0-9a-fA-F]{40}$/.test(address); } //# sourceMappingURL=address.js.map