index.d.ts 90 B

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