Get rid of typed emitter
This commit is contained in:
@@ -1,5 +1 @@
|
||||
import TypedEventEmitter, {EventMap} from "typed-emitter"
|
||||
|
||||
export type TypedEmitter<T extends EventMap> = TypedEventEmitter.default<T>
|
||||
|
||||
export type Unsubscriber = () => void
|
||||
|
||||
Reference in New Issue
Block a user