UNPKG

date-fns-reactified

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