Type guards
This library provides a set of type guards that help safely check and narrow down types at runtime, making it easier to handle data validation and type checking in a type-safe manner.
``sh`
npm install @wistia/type-guards
`sh`
yarn add @wistia/type-guards
`sh``
pnpm add @wistia/type-guards