index.js.flow 133 B

12345678
  1. // @flow
  2. declare module.exports: (
  3. argument: Date | string | number,
  4. options?: {
  5. additionalDigits?: 0 | 1 | 2
  6. }
  7. ) => Date