Skip to content

Commit

Permalink
How about we dont default export
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock authored Mar 7, 2022
1 parent 8f21b62 commit 052a609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/pluralize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function checkWord(
}
}

export default function pluralize(
export function pluralize(
word: string,
count?: number,
inclusive?: boolean
Expand Down

0 comments on commit 052a609

Please sign in to comment.