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

5 lines
102 B
TypeScript
Raw Normal View History

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