Skip to content

Commit

Permalink
Fix businessDaysIntoMonth return value definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdado committed Nov 13, 2018
1 parent 450f8ee commit 68ecab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare module 'moment' {
isHoliday: () => boolean;
isBusinessDay: () => boolean;

businessDaysIntoMonth: () => Moment;
businessDaysIntoMonth: () => number;

businessDiff: (param: Moment) => number;
businessAdd: (param: number, period?: unitOfTime.Base) => Moment;
Expand Down

0 comments on commit 68ecab3

Please sign in to comment.