UNPKG
addmonths
Version:
latest (1.0.1)
1.0.1
1.0.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.9
Adds or sustract X months to any JavaScript Date.
github.com/aMarCruz/addmonths
aMarCruz/addmonths
addmonths
/
index.d.ts
3 lines
(2 loc)
•
84 B
TypeScript
View Raw
1
2
3
declare
function
addMonths
(
startDate
:
Date
,
count
:
number
):
Date
export
= addMonths