mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+3
-3
@@ -7,11 +7,11 @@ declare module PubSubJS {
|
||||
}
|
||||
|
||||
interface Publish{
|
||||
publish(message: any, data: any): bool;
|
||||
publish(message: any, data: any): boolean;
|
||||
|
||||
publish(message:any, data:any, sync:bool, immediateExceptions:Function): bool;
|
||||
publish(message:any, data:any, sync:bool, immediateExceptions:Function): boolean;
|
||||
|
||||
publishSync(message: any, data: any): bool;
|
||||
publishSync(message: any, data: any): boolean;
|
||||
}
|
||||
|
||||
interface Subscribe{
|
||||
|
||||
Reference in New Issue
Block a user