travel/admin/node_modules/date-fns/end_of_iso_week/index.d.ts

5 lines
110 B
TypeScript
Raw Normal View History

2024-06-24 11:28:18 +08:00
declare module 'date-fns/end_of_iso_week' {
import {endOfISOWeek} from 'date-fns'
export = endOfISOWeek
}