index.d.ts 100 B

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