date-fns-tz
Version:
Time zone support for date-fns v3 with the Intl API
11 lines (9 loc) • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.toZonedTimeWithOptions = void 0;
var _index = require("../../toZonedTime/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 toZonedTimeWithOptions = exports.toZonedTimeWithOptions = (0, _index2.convertToFP)(_index.toZonedTime, 3);