Skip to content

TypeScript code that attempts to execute some computations on a type-level

Notifications You must be signed in to change notification settings

edoardomistretta/type-level-computations-within-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Type-level computations within TypeScript

What?

This repository does not contain any library/frameworks/production code.

This repository contains TypeScript code that attempts to execute some computations on a type-level. Its purpose is purely didactic.

Why?

To fully understand the TypeScript's type system and play with it I tryed to rewrite some basic arithmetic computations working on a type level.

I was inspired by:

To Do

  • FizzBuzz
  • Remainder<N, M>

About

TypeScript code that attempts to execute some computations on a type-level

Topics

Resources

Stars

Watchers

Forks