Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstark authored Nov 19, 2024
1 parent 0be3d6b commit cf23968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ throttled("world", 1);

Yields the return value of the throttled function, or undefined when throttled/cancelled.

The throttled function keeps the type signature of the original function, plus `void`.
The throttled function keeps the type signature of the original function, plus `undefined`.

![image](https://github.com/user-attachments/assets/d806ab04-1a7b-42a7-907e-44168a3b0988)

Expand Down

0 comments on commit cf23968

Please sign in to comment.