diff --git a/types/moment-timezone/index.d.ts b/types/moment-timezone/index.d.ts index 49c068a211..a839b093c4 100644 --- a/types/moment-timezone/index.d.ts +++ b/types/moment-timezone/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for moment-timezone.js 0.2 +// Type definitions for moment-timezone.js 0.5 // Project: http://momentjs.com/timezone/ // Definitions by: Michel Salib // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -14,6 +14,7 @@ declare module "moment" { abbrs: string[]; untils: number[]; offsets: number[]; + population: number; abbr(timestamp: number): string; offset(timestamp: number): number;