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

7 lines
101 B
Plaintext

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