mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Make @types/later compatible with strictNullChecks projects
This commit is contained in:
2
later/index.d.ts
vendored
2
later/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user