@types/victor
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -21,3 +21,3 @@ interface VictorCoordinates { | ||
*/ | ||
static fromArray(arr: Array<number>): Victor; | ||
static fromArray(arr: number[]): Victor; | ||
@@ -61,3 +61,3 @@ /** | ||
*/ | ||
toArray(): Array<number>; | ||
toArray(): number[]; | ||
@@ -64,0 +64,0 @@ /** |
{ | ||
"name": "@types/victor", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "TypeScript definitions for victor", | ||
@@ -22,4 +22,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/victor", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f15f3b8ca9966a22209e12440e94d51a2da1c6562804356d0591935a1fbfc656", | ||
"typesPublisherContentHash": "06d89fb98e801f886d6574369b0d6673d30fcc92f1d670b08c572bce3664ea9a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
12622