mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix return value of Polyline.clip()
This commit is contained in:
2
types/heremaps/index.d.ts
vendored
2
types/heremaps/index.d.ts
vendored
@@ -2165,7 +2165,7 @@ declare namespace H {
|
||||
* @param geoRect {H.geo.Rect}
|
||||
* @returns {Array<Array<number>>}
|
||||
*/
|
||||
clip(geoRect: H.geo.Rect): [number[]];
|
||||
clip(geoRect: H.geo.Rect): number[][];
|
||||
}
|
||||
|
||||
namespace Polyline {
|
||||
|
||||
Reference in New Issue
Block a user