Gazebo_simulation-Frontend/node_modules/date-fns/set_month/index.js.flow
2020-12-21 10:29:31 -05:00

7 lines
94 B
Plaintext

// @flow
declare module.exports: (
date: Date | string | number,
month: number
) => Date