index.d.ts 103 B

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