fix(types): compilation error in TypeScript 4.8 (#14847)

This commit is contained in:
Andrew Branch 2022-06-13 16:39:55 -07:00 committed by GitHub
parent dae017c386
commit 26e22c9a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ class Root extends ChannelOwner<channels.RootChannel> {
} }
} }
class DummyChannelOwner<T> extends ChannelOwner<T> { class DummyChannelOwner extends ChannelOwner {
} }
export class Connection extends EventEmitter { export class Connection extends EventEmitter {