Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Mar 7, 2019
1 parent b086617 commit 05c25ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DateUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export function isDate(value) {
* Return `d` as a new date with `n` months added.
*
* @export
* @param {[type]} d
* @param {[type]} n
* @param {Date} d
* @param {number} n
*/
export function addMonths(d, n) {
const newDate = clone(d);
Expand Down

0 comments on commit 05c25ff

Please sign in to comment.