Make @types/later compatible with strictNullChecks projects

This commit is contained in:
Rick Carlino
2017-02-15 08:59:57 -06:00
parent e79e2e64a6
commit 422f8bc401

2
later/index.d.ts vendored
View File

@@ -142,7 +142,7 @@ declare namespace later {
* For acces to custom time periods created as extension to the later static type
* and modifiers created on the later modifier static type.
*/
[ timeperiodAndModifierName: string ]: number[];
[ timeperiodAndModifierName: string ]: number[] | undefined;
}
interface ParseStatic {