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

4 lines
177 B
JavaScript

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