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.formatWithOptions = void 0;
var _index = require("../../format/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 formatWithOptions = exports.formatWithOptions = (0, _index2.convertToFP)(_index.format, 3);