mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Multiple bool => boolean fixes
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ declare module PubSubJS {
|
||||
interface Publish{
|
||||
publish(message: any, data: any): boolean;
|
||||
|
||||
publish(message:any, data:any, sync:bool, immediateExceptions:Function): boolean;
|
||||
publish(message:any, data:any, sync:boolean, immediateExceptions:Function): boolean;
|
||||
|
||||
publishSync(message: any, data: any): boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user