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

var hoursToMinutes = convertToFP(fn, 1)

export default hoursToMinutes