Gazebo_simulation-Frontend/node_modules/date-fns/set_minutes/index.js.flow

7 lines
96 B
Plaintext
Raw Normal View History

2020-12-21 11:29:31 -04:00
// @flow
declare module.exports: (
date: Date | string | number,
minutes: number
) => Date