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

5 lines
103 B
TypeScript
Raw Normal View History

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