Member-only story
10 Quick TypeScript One-Liners
Great TypeScript Helpers
Published in
3 min readFeb 23, 2022
In this article, I want to show you 10 helpful one-liners in TypeScript. One-liners can be a helpful way to minimize your code.
wait
Waiting for a specific amount of time in milliseconds.

isWeekday
Check if a date is a weekday.

reverse
Reversing a string.