1
0
Fork 0
mirror of synced 2024-09-02 10:41:09 +12:00
budibase/packages/common/node_modules/date-fns/last_day_of_week/index.d.ts
2020-04-15 15:23:29 +01:00

4 lines
113 B
TypeScript

declare module 'date-fns/last_day_of_week' {
import {lastDayOfWeek} from 'date-fns'
export = lastDayOfWeek
}