1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
budibase/packages/common/node_modules/date-fns/each_day/index.js.flow
2020-04-15 15:23:29 +01:00

7 lines
136 B
Text

// @flow
declare module.exports: (
startDate: Date | string | number,
endDate: Date | string | number,
step?: number
) => Date[]