mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed error
This commit is contained in:
Vendored
+3
-3
@@ -9,8 +9,8 @@ declare module ROSLIB {
|
||||
url: string
|
||||
});
|
||||
|
||||
on(eventName: string, callback: (event: any) => void);
|
||||
connect(url: string);
|
||||
on(eventName: string, callback: (event: any) => void) : void;
|
||||
connect(url: string) : void;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,4 +21,4 @@ declare module ROSLIB {
|
||||
serviceType: string
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user