getAddressComponents
Stentor API Reference / stentor-address/src / getAddressComponents
Function: getAddressComponents()
getAddressComponents(
input):ParsedAddress
Defined in: packages/stentor-address/src/address.ts:242
Takes an input and attempts to parse out all the components
It can be passed a partial address object and will attempt to fill in the missing components if a fullAddress is provided
Parameters​
input​
string | Partial\<ParsedAddress>