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

5 lines
97 B
TypeScript

declare module 'date-fns/end_of_day' {
import {endOfDay} from 'date-fns'
export = endOfDay
}