From 5000de60ee0e9663c74b1ac4a06647006f0ae376 Mon Sep 17 00:00:00 2001 From: Sebastian Clausen Date: Fri, 22 Jan 2016 15:29:03 +0100 Subject: [PATCH] added guess(): MomentZone --- moment-timezone/moment-timezone.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/moment-timezone/moment-timezone.d.ts b/moment-timezone/moment-timezone.d.ts index 5e1ea09be..407f99d5d 100644 --- a/moment-timezone/moment-timezone.d.ts +++ b/moment-timezone/moment-timezone.d.ts @@ -68,6 +68,7 @@ interface MomentTimezone { }): void; names(): string[]; + guess(): MomentZone; setDefault(timezone: string): void; }