mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Changed bool -> boolean to align with TypeScript 0.9
Updated bool type declarations to boolean to align with the ES6 standard now supported in TS 0.9.
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ interface NumeralJSLanguage {
|
||||
interface Numeral {
|
||||
(value?: any): Numeral;
|
||||
version: string;
|
||||
isNumeral: bool;
|
||||
isNumeral: boolean;
|
||||
language(key: string, values?: NumeralJSLanguage): Numeral;
|
||||
zeroFormat(format: string): string;
|
||||
clone(): Numeral;
|
||||
|
||||
Reference in New Issue
Block a user