2025-08-05 23:51:42 +08:00

5 lines
90 B
TypeScript

declare module 'date-fns/is_past' {
import {isPast} from 'date-fns'
export = isPast
}