From: Iskren Chernev Date: Sun, 6 Nov 2016 09:44:20 +0000 (-0800) Subject: Fix date shortcut X-Git-Tag: 2.16.0~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f574661b8b92e928cb2485efec3c92c0dcf6fee3;p=thirdparty%2Fmoment.git Fix date shortcut --- diff --git a/moment.d.ts b/moment.d.ts index be94c814a..54c94e5bd 100644 --- a/moment.d.ts +++ b/moment.d.ts @@ -298,7 +298,7 @@ declare namespace moment { type _quarter = "quarter" | "quarters" | "Q"; type _isoWeek = "isoWeek" | "isoWeeks" | "W"; - type _date = "date" | "dates" | "d"; + type _date = "date" | "dates" | "D"; type DurationConstructor = Base | _quarter; type DurationAs = Base;