UNPKG

date-fns-reactified

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