UNPKG

date-fns-reactified

Version:
4 lines (3 loc) 118 B
import { max as _max } from "date-fns"; import { reactify } from "@vueuse/shared"; export const max = reactify(_max);