Fix export typings

This commit is contained in:
Eduard Dyckman 2022-11-12 15:36:59 +02:00 committed by GitHub
parent 261a23f479
commit cfa39de50e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
lib/index.d.ts vendored
View file

@ -63,4 +63,4 @@ type ChannelConstructor = {
declare const Channel: ChannelConstructor;
export default Channel;
export = Channel;