An open API service indexing awesome lists of open source software.

https://github.com/kennethnym/ts-types-arithmetics

basic math arithmetics in pure typescript types
https://github.com/kennethnym/ts-types-arithmetics

Last synced: about 1 month ago
JSON representation

basic math arithmetics in pure typescript types

Awesome Lists containing this project

README

        

this repo contains implementation of addition, subtraction, and multiplication using only typescript types, results of which are obtained by inferring the type.

[link to my blog](https://kennethnym.com/blog/arithmetics-with-typescript-types)

## why?

i am bored

## future plan

porting doom to the typescript type system, obviously.