Gazebo_simulation-Frontend/node_modules/date-fns/end_of_hour/index.d.ts

5 lines
100 B
TypeScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
declare module 'date-fns/end_of_hour' {
import {endOfHour} from 'date-fns'
export = endOfHour
}