index.d.ts 103 B

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