Advanced TypeScript: Type-Level Decimal to Binary Converter

How I implemented a converter from base 10 to base 2 only using types!

Mauro Erta
JavaScript in Plain English
13 min readDec 1, 2022

--

Advanced Typescript: Type Level Decimal to Binary Converter

I always want to improve my Typescript skills, and the best way to do it is to challenge myself, so a couple of days ago I thought: can I do a Type-Level Decimal to Binary Converter in Typescript?

--

--

Software Engineer at VLK Studio. Whenever I can, I share something I know here on Medium.