diff --git a/lib/index.d.ts b/lib/index.d.ts index 33c9aa9..2abb1f3 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -63,4 +63,4 @@ type ChannelConstructor = { declare const Channel: ChannelConstructor; -export default Channel; \ No newline at end of file +export = Channel; \ No newline at end of file