index.d.ts 110 B

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