Skip to content

TypeScript utility library for type-level operations and manipulations.

License

Notifications You must be signed in to change notification settings

rmnilin/type-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Type Utils

This is a TypeScript utility library that provides type-level operations and manipulations to perform type computations at compile-time.

Installation

npm install --save-dev @romanilin/type-utils

License

This library is licensed under the MIT license.

Disclaimer

This library performs relatively complex type manipulations which may impact the performance of IDEs, language servers, TypeScript compiler, etc. This library is designed more for fun and practice than for actual use.