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

var secondsToMilliseconds = convertToFP(fn, 1)

export default secondsToMilliseconds