4 lines
177 B
JavaScript
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);
|