Skip to content

Commit

Permalink
Merge pull request #231 from kitsuyui/fix-luxon-ext-types
Browse files Browse the repository at this point in the history
Fix: luxon-ext type
  • Loading branch information
kitsuyui authored Apr 1, 2024
2 parents 50ef2d1 + d7682b7 commit 48d3c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/luxon-ext/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface ExtendedToHumanDurationOptions {
}

interface TemporalToHumanDurationOptions extends ExtendedToHumanDurationOptions {
formatter: Formatter
formatter?: Formatter
}

type Temporal = 'past' | 'future'
Expand Down

0 comments on commit 48d3c2c

Please sign in to comment.