# @positron/ts-utils
A collection of typescript tools.
`is` and `has` functions are validators that will return a boolean value. They work as typescript type guards.
`assert` functions throw if the assertion is false. They work as typescript assertions.