index.d.ts 106 B

1234
  1. declare module 'date-fns/start_of_hour' {
  2. import {startOfHour} from 'date-fns'
  3. export = startOfHour
  4. }