@altv/types-client
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -1645,2 +1645,3 @@ declare module "alt-client" { | ||
/** @beta */ | ||
export function once<K extends keyof IClientEvent>(eventName: K, listener: IClientEvent[K]): void; | ||
@@ -1656,2 +1657,3 @@ | ||
/** @beta */ | ||
export function once<S extends string>(event: Exclude<S, keyof IClientEvent>, listener: (...args: any[]) => void | Promise<void>): void; | ||
@@ -1667,2 +1669,3 @@ | ||
/** @beta */ | ||
export function onceServer(eventName: string, listener: (...args: any[]) => void): void; | ||
@@ -1669,0 +1672,0 @@ |
{ | ||
"name": "@altv/types-client", | ||
"version": "1.4.4", | ||
"version": "1.4.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
45007
1494