UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 137 B
import type { HexString } from '@polkadot/util/types'; export declare function isEthereumAddress(address?: HexString | string): boolean;