summaryrefslogtreecommitdiff
path: root/date-fns/src/fp/areIntervalsOverlappingWithOptions/index.js
blob: 32695103dcd1b4e6b35ab00a4952c2cf18447151 (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 '../../areIntervalsOverlapping/index'
import convertToFP from '../_lib/convertToFP/index'

var areIntervalsOverlappingWithOptions = convertToFP(fn, 3)

export default areIntervalsOverlappingWithOptions