format decimal lat/lon coords into degrees/minutes/seconds formats (like DMS).
TypeScript definitions for formatcoords
Allows parsing of dms (degrees minutes seconds coordinates) to decimal degress and back. The library is based on the [formatcoords](https://github.com/nerik/formatcoords) and [parse-dms](https://github.com/gmaclennan/parse-dms) libraries and brings them b