index.d.ts 103 B

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