Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function isAddress(value): value is string
value
any
value is string
// Valid address isAddress('0x8ba1f109551bD432803012645Ac136ddd64DBA72'); // Invalid checksum isAddress('0x8Ba1f109551bD432803012645Ac136ddd64DBa72');
Was this page helpful?