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

7 lines
120 B
Plaintext
Raw Normal View History

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