Open johanrd opened 10 months ago
i believe you should export type from here https://github.com/iamkun/dayjs/blob/dev/types/plugin/isoWeek.d.ts#L6 reuse from here https://github.com/iamkun/dayjs/blob/dev/types/index.d.ts#L31 and finally add them here https://github.com/iamkun/dayjs/blob/dev/types/plugin/duration.d.ts#L21
btw https://github.com/iamkun/dayjs/issues/1354 was such a long time ago
Describe the bug Typescript complains that
"quarter"
and"isoWeek"
are not assignable to parameter of typeDurationUnitType
when using theisoWeek
andquarterOfYear
in combination withduration
:Expected behavior Plugin
isoWeek
andquarterOfYear
to extend the expected input types ofdayjs.duration()
Information
Typescript v5.3.3
Possibly related to #1354, @zardoy?