9 lines
303 B
JavaScript
9 lines
303 B
JavaScript
|
// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.
|
||
|
|
||
|
import fn from '../../formatInTimeZone/index.js'
|
||
|
import convertToFP from 'date-fns/fp/_lib/convertToFP/index.js'
|
||
|
|
||
|
var formatInTimeZoneWithOptions = convertToFP(fn, 4)
|
||
|
|
||
|
export default formatInTimeZoneWithOptions
|