date-fns-tz
Version:
Time zone support for date-fns v3 with the Intl API
11 lines (9 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.formatInTimeZoneWithOptions = void 0;
var _index = require("../../formatInTimeZone/index.js");
var _index2 = require("../_lib/convertToFP/index.js");
// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.
var formatInTimeZoneWithOptions = exports.formatInTimeZoneWithOptions = (0, _index2.convertToFP)(_index.formatInTimeZone, 4);