index.d.ts 110 B

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