mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Removed implicitAny
This commit is contained in:
2
autobahn/autobahn.d.ts
vendored
2
autobahn/autobahn.d.ts
vendored
@@ -108,7 +108,7 @@ declare module autobahn {
|
||||
}
|
||||
|
||||
class Subscription implements ISubscription {
|
||||
constructor(topic?, handler?: SubscribeHandler, options?: ISubscribeOptions, session?: Session, id?: number);
|
||||
constructor(topic? : string, handler?: SubscribeHandler, options?: ISubscribeOptions, session?: Session, id?: number);
|
||||
|
||||
handler: SubscribeHandler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user