index.js.flow 137 B

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