UNPKG

geolib

Version:

Library to provide basic geospatial operations like distance calculation, decoding of sexagesimal coordinates etc.

3 lines (2 loc) 135 B
declare const getRoughCompassDirection: (exact: string) => "S" | "W" | "E" | "N" | undefined; export default getRoughCompassDirection;