index.js.flow 96 B

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