10 Quick TypeScript One-Liners

Great TypeScript Helpers

Kevin Vogel
Bits and Pieces
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.

Great
Photo by Martin Shreder on Unsplash

wait

Waiting for a specific amount of time in milliseconds.

--

--