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

5 lines
93 B
TypeScript

declare module 'date-fns/get_year' {
import {getYear} from 'date-fns'
export = getYear
}