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:
+1
-1
@@ -12,7 +12,7 @@ interface KnockoutViewModelStatic {
|
||||
|
||||
// INTERNAL flag: enable logging of conversions
|
||||
// logs will be written to console
|
||||
logging: bool;
|
||||
logging: boolean;
|
||||
}
|
||||
|
||||
// Extend ko global
|
||||
|
||||
Reference in New Issue
Block a user