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