mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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:
parent
e98875bf10
commit
8dd5bcc633
2
numeraljs/numeraljs.d.ts
vendored
2
numeraljs/numeraljs.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user