fratzinger/date-fns-reactified

View on GitHub
src/members/endOfMonth.ts

Summary

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

export const endOfMonth = reactify(_endOfMonth);