UNPKG

addmonths

Version:

Adds or sustract X months to any JavaScript Date.

3 lines (2 loc) 84 B
declare function addMonths(startDate: Date, count: number): Date export = addMonths