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

var nextSunday = convertToFP(fn, 1)

export default nextSunday