UNPKG

137 BTypeScriptView Raw
1import type { HexString } from '@polkadot/util/types';
2export declare function isEthereumAddress(address?: HexString | string): boolean;