Skip to content

Commit

Permalink
Add type definition for workingWeekdays
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdado committed Nov 27, 2018
1 parent e7f17a8 commit 025c102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ declare module 'moment' {
interface LocaleSpecification {
holidays?: string[];
holidayFormat?: string;
workingWeekdays?: number[];
}
}

Expand Down

0 comments on commit 025c102

Please sign in to comment.