index.d.ts 109 B

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