UNPKG

date-fns-reactified

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