Skip to content

Instantly share code, notes, and snippets.

@IAfanasov
Last active June 15, 2020 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IAfanasov/82b3601d1ecf4af28fef80415fc0829c to your computer and use it in GitHub Desktop.
Save IAfanasov/82b3601d1ecf4af28fef80415fc0829c to your computer and use it in GitHub Desktop.
address-typing.js
/**
* @typedef {Object} Address
* @property {string} city
* @property {string} street
* @property {string} houseNumber
* @property {string} zipCode
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment