mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Switched bool to boolean for TS 0.9.1
This commit is contained in:
2
globalize/globalize.d.ts
vendored
2
globalize/globalize.d.ts
vendored
@@ -88,7 +88,7 @@ interface GlobalizeCulture {
|
||||
name: string;
|
||||
englishName: string;
|
||||
nativeName: string;
|
||||
isRTL: bool;
|
||||
isRTL: boolean;
|
||||
language: string;
|
||||
numberFormat: GlobalizeNumberFormat;
|
||||
calendars: GlobalizeCalendars;
|
||||
|
||||
Reference in New Issue
Block a user