Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 486 Bytes

eth-connect.isaddress.md

File metadata and controls

24 lines (14 loc) · 486 Bytes

Home > eth-connect > isAddress

isAddress() function

Checks if the given string is an address

Signature:

export declare function isAddress(address: any): boolean;

Parameters

Parameter Type Description
address any

Returns:

boolean