index.d.ts 109 B

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