index.js.flow 98 B

123456
  1. // @flow
  2. declare module.exports: (
  3. date: Date | string | number,
  4. dayOfYear: number
  5. ) => Date