angular-three-cannon
Advanced tools
Comparing version 2.0.0-beta.286 to 2.0.0-beta.287
@@ -12,6 +12,6 @@ import { Signal } from '@angular/core'; | ||
} | ||
export interface NgtcCannonWorker extends CannonWorkerAPI { | ||
export type NgtcCannonWorker = CannonWorkerAPI & { | ||
on: <K extends keyof NgtcCannonWorkerEvents>(event: K, cb: (data: NgtcCannonWorkerEvents[K]['data']) => void) => void; | ||
removeAllListeners: () => void; | ||
} | ||
}; | ||
type NgtcCannonEvent = CollideBeginEvent | CollideEndEvent | CollideEvent | RayhitEvent; | ||
@@ -18,0 +18,0 @@ type NgtcCallbackByType<T extends { |
{ | ||
"name": "angular-three-cannon", | ||
"version": "2.0.0-beta.286", | ||
"version": "2.0.0-beta.287", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
227691