@types/mapbox__point-geometry 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,6 +40,7 @@ declare class Point {
40
40
  perp(): Point;
41
41
  _perp(): Point;
42
42
  round(): Point;
43
+ _round(): Point;
43
44
  mag(): number;
44
45
  equals(other: Point): boolean;
45
46
  dist(p: Point): number;
@@ -57,7 +58,7 @@ export = Point;
57
58
  ````
58
59
 
59
60
  ### Additional Details
60
- * Last updated: Fri, 21 Jan 2022 11:01:25 GMT
61
+ * Last updated: Fri, 21 Jan 2022 17:31:32 GMT
61
62
  * Dependencies: none
62
63
  * Global values: none
63
64
 
@@ -30,6 +30,7 @@ declare class Point {
30
30
  perp(): Point;
31
31
  _perp(): Point;
32
32
  round(): Point;
33
+ _round(): Point;
33
34
  mag(): number;
34
35
  equals(other: Point): boolean;
35
36
  dist(p: Point): number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/mapbox__point-geometry",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "TypeScript definitions for @mapbox/point-geometry",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__point-geometry",
6
6
  "license": "MIT",
@@ -25,6 +25,6 @@
25
25
  },
26
26
  "scripts": {},
27
27
  "dependencies": {},
28
- "typesPublisherContentHash": "be5cc73c049eb1d661ba43672cd0ad8b4f6bf08072ac7f2005d133d367fd5224",
28
+ "typesPublisherContentHash": "1b9bcbb4baf04ce15981d8248717cafaba42f266391b7db686ad0411b1137e6e",
29
29
  "typeScriptVersion": "3.8"
30
30
  }