isAddress
A type guard that returns true if the input string conforms to the Address type, and
refines its type for use in your program.
Parameters
| Parameter | Type |
|---|---|
putativeAddress | string |
Returns
putativeAddress is Address<string>
A type guard that returns true if the input string conforms to the Address type, and
refines its type for use in your program.
| Parameter | Type |
|---|---|
putativeAddress | string |
putativeAddress is Address<string>