Skip to content

Commit

Permalink
export formatDistance options interface
Browse files Browse the repository at this point in the history
  • Loading branch information
a-korzun committed Nov 16, 2020
1 parent 5e3e790 commit d42d756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatDistance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const MINUTES_IN_TWO_MONTHS = 86400
* //=> 'pli ol 1 jaro'
*/

interface Options {
export interface Options {
includeSeconds?: boolean
addSuffix?: boolean
locale?: Locale
Expand Down

0 comments on commit d42d756

Please sign in to comment.