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

var isSunday = convertToFP(fn, 1)

export default isSunday