4 lines
167 B
JavaScript
Raw Permalink Normal View History

2025-12-10 12:02:17 +08:00
import { toDate as fn } from '../../toDate/index.js';
import { convertToFP } from '../_lib/convertToFP/index.js';
export const toDateWithOptions = convertToFP(fn, 2);