summaryrefslogtreecommitdiff
path: root/date-fns/src/fp/getWeekOfMonthWithOptions/index.js
blob: 66297e5961b70d1909ff818d82d44c49278573b2 (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 '../../getWeekOfMonth/index'
import convertToFP from '../_lib/convertToFP/index'

var getWeekOfMonthWithOptions = convertToFP(fn, 2)

export default getWeekOfMonthWithOptions