Skip to content

Commit

Permalink
Update entries.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored and dimitropoulos committed Sep 29, 2020
1 parent 8bb9e91 commit e89893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/entries.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const manipulatesEntries = (examples: Entries<Example>) => {
example[0].toUpperCase(),
// does some arbitrary processing on the value (with type information available)
example[1].toFixed(),
example[1].toFixed()
]);
};
Expand Down

0 comments on commit e89893c

Please sign in to comment.