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