@enonic/js-utils
Advanced tools
Comparing version 0.38.7 to 0.38.8
@@ -69,9 +69,7 @@ import type {AnyObject} from './Utility.d'; | ||
listener :< | ||
Type extends EventTypes, | ||
Data extends object, | ||
Callback = Event<Type, Data> | ||
CallbackEvent extends Event | ||
>(params :{ | ||
type :Type | ||
type :string // Event type pattern | ||
localOnly :boolean | ||
callback :(event :Callback) => null | ||
callback :(event :CallbackEvent) => null | ||
}) => null | ||
@@ -78,0 +76,0 @@ send :<Data extends object>(params :{ |
@@ -63,3 +63,3 @@ { | ||
}, | ||
"version": "0.38.7" | ||
"version": "0.38.8" | ||
} |
@@ -69,9 +69,7 @@ import type {AnyObject} from './Utility.d'; | ||
listener :< | ||
Type extends EventTypes, | ||
Data extends object, | ||
Callback = Event<Type, Data> | ||
CallbackEvent extends Event | ||
>(params :{ | ||
type :Type | ||
type :string // Event type pattern | ||
localOnly :boolean | ||
callback :(event :Callback) => null | ||
callback :(event :CallbackEvent) => null | ||
}) => null | ||
@@ -78,0 +76,0 @@ send :<Data extends object>(params :{ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1625225
26932