2025-12-10 12:02:17 +08:00

4 lines
182 B
JavaScript

import { toZonedTime as fn } from '../../toZonedTime/index.js';
import { convertToFP } from '../_lib/convertToFP/index.js';
export const toZonedTimeWithOptions = convertToFP(fn, 3);