index.d.ts 103 B

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