Types Packages

ts-is-type

Sometimes you want to make sure that your variable is a specific type, like `unknown | never | any` or you want to check if it‘s a template string e.g.`"Hello Wold"` or just the `string`-type. This library provides some helpertypes to check for a specifc

1.0.0 • Published 1 year ago