index.js.flow 173 B

12345678910
  1. // @flow
  2. declare module.exports: (
  3. date: Date | string | number,
  4. options?: {
  5. includeSeconds?: boolean,
  6. addSuffix?: boolean,
  7. locale?: Object
  8. }
  9. ) => string