UNPKG

@leafygreen-ui/date-utils

Version:
5 lines 187 B
/** * Returns the fist date of an array of dates */ export declare const maxDate: (datesArray: Array<Date | null | undefined>) => Date | undefined; //# sourceMappingURL=maxDate.d.ts.map