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
/
auto.js
6 lines
(5 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
// This file can be required in Browserify and Node.js for automatic
// injection of addMonths in the Date.prototype
// To use it: require('addmonths/auto')
'use strict'
module
.
exports
=
require
(
'./dist/addmonths.auto.js'
)