7 lines
305 B
JavaScript
7 lines
305 B
JavaScript
|
|
"use strict";
|
||
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
|
exports.toDateWithOptions = void 0;
|
||
|
|
const index_js_1 = require("../../toDate/index.js");
|
||
|
|
const index_js_2 = require("../_lib/convertToFP/index.js");
|
||
|
|
exports.toDateWithOptions = (0, index_js_2.convertToFP)(index_js_1.toDate, 2);
|