1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
budibase/packages/common/node_modules/date-fns/get_days_in_month/index.d.ts
2020-04-15 15:23:29 +01:00

4 lines
116 B
TypeScript

declare module 'date-fns/get_days_in_month' {
import {getDaysInMonth} from 'date-fns'
export = getDaysInMonth
}