index.d.ts 93 B

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