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
+2
-2
@@ -85,7 +85,7 @@ declare module "libxmljs" {
|
||||
}
|
||||
|
||||
export class SaxParser {
|
||||
parseString(source:string):bool;
|
||||
parseString(source:string):boolean;
|
||||
addListener(event: string, listener: Function);
|
||||
on(event: string, listener: Function): any;
|
||||
once(event: string, listener: Function): void;
|
||||
@@ -98,7 +98,7 @@ declare module "libxmljs" {
|
||||
|
||||
|
||||
export class SaxPushParser {
|
||||
push(source:string):bool;
|
||||
push(source:string):boolean;
|
||||
addListener(event: string, listener: Function);
|
||||
on(event: string, listener: Function): any;
|
||||
once(event: string, listener: Function): void;
|
||||
|
||||
Reference in New Issue
Block a user