index.d.ts 80 B

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