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

4 lines
188 B
JavaScript

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