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

var endOfDecadeWithOptions = convertToFP(fn, 2)

export default endOfDecadeWithOptions