UNPKG

date-fns-reactified

Version:
4 lines (3 loc) 111 B
import _add from "date-fns/add"; import { reactify } from "@vueuse/shared"; export const add = reactify(_add);