summaryrefslogtreecommitdiff
path: root/date-fns/src/fp/eachWeekOfIntervalWithOptions/index.js
blob: 396d3dbfbdcad57387b4d462c5a0f37aded60242 (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 '../../eachWeekOfInterval/index'
import convertToFP from '../_lib/convertToFP/index'

var eachWeekOfIntervalWithOptions = convertToFP(fn, 2)

export default eachWeekOfIntervalWithOptions