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

5 lines
109 B
TypeScript

declare module 'date-fns/is_this_second' {
import {isThisSecond} from 'date-fns'
export = isThisSecond
}