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

var startOfWeekYearWithOptions = convertToFP(fn, 2)

export default startOfWeekYearWithOptions