mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08: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.