A TypeScript representation of ISO 6709 geographic point location by coordinates. Validity is enforced by unit tests. (See the sister project, a Java library for Point Location 6709, which more full-featured, with a parser and formatter.)
You can download the TypeScript library from npm.
Please look at the pointlocation6709-ts--client project to see how to import and use the Point Location 6709 TypeScript library.
Run
npm installRun
npm testRun
npm run buildTo check packaging, run
npm packTo publish, run
npm publishPackaging and publishing will run a build so that the distribution files can be included in the published package.