tsdjs / tsd

Check TypeScript type definitions
MIT License
2.38k stars 68 forks source link

Add more assertions #133

Open nandi95 opened 2 years ago

nandi95 commented 2 years ago

Consider adding more assertions such as type has to match exactly? Some inspiration can be taken from here: https://github.com/dsherret/conditional-type-checks/blob/main/mod.ts#L44