travel/admin/node_modules/date-fns/end_of_second/index.d.ts

5 lines
106 B
TypeScript
Raw Normal View History

2024-06-24 11:28:18 +08:00
declare module 'date-fns/end_of_second' {
import {endOfSecond} from 'date-fns'
export = endOfSecond
}