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

var addSeconds = convertToFP(fn, 2)

export default addSeconds