date-fns-tz
Version:
Time zone support for date-fns v2 with the browser Intl API
15 lines (13 loc) • 685 B
JavaScript
// This file is generated automatically by `scripts/build/indices.js`. Please, don't change it.
export { default as format } from './format/index.js'
export { default as formatWithOptions } from './formatWithOptions/index.js'
export { default as toDate } from './toDate/index.js'
export { default as toDateWithOptions } from './toDateWithOptions/index.js'
export { default as utcToZonedTime } from './utcToZonedTime/index.js'
export {
default as utcToZonedTimeWithOptions
} from './utcToZonedTimeWithOptions/index.js'
export { default as zonedTimeToUtc } from './zonedTimeToUtc/index.js'
export {
default as zonedTimeToUtcWithOptions
} from './zonedTimeToUtcWithOptions/index.js'