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

var setMinutes = convertToFP(fn, 2)

export default setMinutes