@altv/types-client
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -394,2 +394,5 @@ declare module "alt-client" { | ||
/** | ||
* @alpha | ||
*/ | ||
export class Vector2 { | ||
@@ -1144,2 +1147,4 @@ public readonly x: number; | ||
* @param pos x, y coordinates of the position. | ||
* | ||
* @alpha | ||
*/ | ||
@@ -1154,2 +1159,4 @@ constructor(url: string, pos: IVector2); | ||
* @param size x, y to define the size. | ||
* | ||
* @alpha | ||
*/ | ||
@@ -1165,2 +1172,4 @@ constructor(url: string, pos: IVector2, size: IVector2); | ||
* @param size x, y to define the size. | ||
* | ||
* @alpha | ||
*/ | ||
@@ -1167,0 +1176,0 @@ constructor(url: string, isOverlay: boolean, pos: IVector2, size: IVector2); |
{ | ||
"name": "@altv/types-client", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "This package contains types definitions for alt:V client-side module.", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54553
1749