index.d.ts 109 B

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