Skip to content

code-cb/ts-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@codecb/ts-utils

🛠 A modern and practical TypeScript type utility library.

This can be seen as a mix of

It also add many more cool helper types and functions.

What makes @codecb/ts-utils unique is how it simplifies the definition of some of the type utilities by using latest TypeScript features.

It can be used in production code to help force strict typing or can be used in development for static type testing. In fact, the library uses its own type assertion utilities to test itself.

Look at the test cases to have of taste of what it brings to the table and how it works.