summaryrefslogtreecommitdiff
path: root/date-fns/src/fp/differenceInMonths/index.js
blob: ad89d12df44dab8571e9d839a7f4d8fcfb1c1f14 (plain)
1
2
3
4
5
6
7
8
// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.

import fn from '../../differenceInMonths/index'
import convertToFP from '../_lib/convertToFP/index'

var differenceInMonths = convertToFP(fn, 2)

export default differenceInMonths