mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 10:04:26 +00:00
* Add GeometryUtil functions to leaflet-draw Add two functions in the GeometryUtil namespace of leaflet-draw * Remove illegal whitespaces * Add GeometryUtil function calls to tests Validate that the function declarations are valid by adding calls of geodesicArea() and readableArea() to the tests. Remove a whitespace that the linter complained about.