index.d.ts 102 B

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