Skip to content

Commit

Permalink
Tweak to use void not null for TS 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ashsearle committed Apr 13, 2018
1 parent c3e0469 commit 5592693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment.d.ts
Expand Up @@ -300,7 +300,7 @@ declare namespace moment {

type DurationAs = Base;

type StartOf = Base | _quarter | _isoWeek | _date | null;
type StartOf = Base | _quarter | _isoWeek | _date | void; // null

type Diff = Base | _quarter;

Expand Down

0 comments on commit 5592693

Please sign in to comment.