4 lines
171 B
JavaScript
4 lines
171 B
JavaScript
import { toZonedTime as fn } from '../../toZonedTime/index.js';
|
|
import { convertToFP } from '../_lib/convertToFP/index.js';
|
|
export const toZonedTime = convertToFP(fn, 2);
|