Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 519 Bytes

eth-connect.isstrictaddress.md

File metadata and controls

24 lines (14 loc) · 519 Bytes

Home > eth-connect > isStrictAddress

isStrictAddress() function

Checks if the given string is strictly an address

Signature:

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

Parameters

Parameter Type Description
address any

Returns:

boolean