Skip to content

A glossary of intuitive, universally unambiguous geocode definitions and procedures.

License

Notifications You must be signed in to change notification settings

ehmpathy/domain-glossary-geocode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domain-glossary-geocode

test publish

A glossary of intuitive, universally unambiguous geocode definitions and procedures.

purpose

enable static-type checks for geocodes

  • Geocode = AsOfGlossary<string, 'Geocode'>
  • isGeocode

install

npm install domain-glossary-geocode

use

Geocode

declare that a given variable is a geocode

const geocode: Geocode;

assure that a given string is a geocode

const geocode: Geocode = isGeocode.assure('33127');

About

A glossary of intuitive, universally unambiguous geocode definitions and procedures.

Resources

License

Stars

Watchers

Forks

Packages

No packages published