Skip to content

T1xx1/Tsfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsfix

It's not yelling at you, just at your types.

Loose

Type whatever value in type unions without loosing intellisense and type safety.

type Loose<T> = T | (string & {});

Func

Better function type constructor.

type Func<T = any, R = any> = (...args: T[]) => R;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published