hz-zhhq-web/node_modules/date-fns/start_of_quarter/index.d.ts

5 lines
115 B
TypeScript
Raw Normal View History

2025-02-25 13:44:33 +08:00
declare module 'date-fns/start_of_quarter' {
import {startOfQuarter} from 'date-fns'
export = startOfQuarter
}