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
@@ -329,7 +329,7 @@ declare module Tee {
|
||||
|
||||
items: IAxis[];
|
||||
|
||||
add(horizontal: bool, otherSide: boolean): IAxis;
|
||||
add(horizontal: boolean, otherSide: boolean): IAxis;
|
||||
//each(f: function): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user