index.d.ts 105 B

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