From 3caae783fe15d11a4ac24faba39d1ede9e4a7e92 Mon Sep 17 00:00:00 2001 From: Takuma Suzuki Date: Fri, 8 Feb 2019 18:35:16 +0900 Subject: [PATCH] fixup! Fix args type for Interval.toDuration() --- types/luxon/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/luxon/index.d.ts b/types/luxon/index.d.ts index 95a06b1d6a..eebf89497d 100644 --- a/types/luxon/index.d.ts +++ b/types/luxon/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for luxon 1.11.1 +// Type definitions for luxon 1.11 // Project: https://github.com/moment/luxon#readme // Definitions by: Colby DeHart // Hyeonseok Yang