fratzinger/date-fns-reactified

View on GitHub
src/members/endOfTomorrow.ts

Summary

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

export const endOfTomorrow = reactify(_endOfTomorrow);