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

10 lines
137 B
Plaintext

// @flow
declare module.exports: (
date: Date | string | number,
format?: string,
options?: {
locale?: Object
}
) => string