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