index.d.ts 99 B

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