@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.
mapbox__point-geometry/README.md
CHANGED
|
@@ -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
|
|
61
|
+
* Last updated: Fri, 21 Jan 2022 17:31:32 GMT
|
|
61
62
|
* Dependencies: none
|
|
62
63
|
* Global values: none
|
|
63
64
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/mapbox__point-geometry",
|
|
3
|
-
"version": "0.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": "
|
|
28
|
+
"typesPublisherContentHash": "1b9bcbb4baf04ce15981d8248717cafaba42f266391b7db686ad0411b1137e6e",
|
|
29
29
|
"typeScriptVersion": "3.8"
|
|
30
30
|
}
|