UNPKG

@leafygreen-ui/date-utils

Version:
7 lines 260 B
import { DateType } from '../types'; /** * Returns only the Date portion of the ISOString for a given date * i.e. 2023-11-01T00:00:00.000Z => 2023-11-01 */ export declare const getISODate: (date: DateType) => string; //# sourceMappingURL=getISODate.d.ts.map