summaryrefslogtreecommitdiff
path: root/date-fns/src/fp/isSameQuarter/index.js
blob: 1fcb7839cf0107c4f8209bee8779370e7f5e896c (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 '../../isSameQuarter/index'
import convertToFP from '../_lib/convertToFP/index'

var isSameQuarter = convertToFP(fn, 2)

export default isSameQuarter