fratzinger/date-fns-reactified

View on GitHub
src/members/yearsToMonths.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { yearsToMonths as _yearsToMonths } from "date-fns";
import { reactify } from "@vueuse/shared";

export const yearsToMonths = reactify(_yearsToMonths);