mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix failing test
This commit is contained in:
@@ -82,5 +82,6 @@ captureBtn.onclick = () => {
|
||||
let icon = new H.map.Icon('svg', { size: 5, crossOrigin: false });
|
||||
|
||||
let polyline = new H.map.Polyline(new H.geo.Strip());
|
||||
// tslint:disable-next-line:array-type
|
||||
let clipArr: Array<Array<number>>;
|
||||
clipArr = polyline.clip(new H.geo.Rect(5, 5, 5, 5));
|
||||
|
||||
1
types/heremaps/index.d.ts
vendored
1
types/heremaps/index.d.ts
vendored
@@ -3,6 +3,7 @@
|
||||
// Definitions by: Joshua Efiong <https://github.com/Josh-ES/>
|
||||
// Bernd Hacker <https://github.com/denyo>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.1
|
||||
|
||||
declare namespace H {
|
||||
/***** Map *****/
|
||||
|
||||
Reference in New Issue
Block a user