index.d.ts 96 B

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