@platform/types
Advanced tools
Comparing version 0.5.19 to 0.5.20
@@ -9,6 +9,5 @@ import { Observable } from 'rxjs'; | ||
export declare type EventBus<E extends Event = Event> = { | ||
event$: Observable<E>; | ||
$: Observable<E>; | ||
fire: FireEvent<E>; | ||
type<T extends Event>(): EventBus<T>; | ||
}; | ||
export {}; |
{ | ||
"name": "@platform/types", | ||
"version": "0.5.19", | ||
"version": "0.5.20", | ||
"description": "Common types used across @platform.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
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
4144
87