index.d.ts 99 B

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