# is
Check variable type
## Usage
```js
import { is } from '@advdominion/is';
console.log(is('Hello, world!', 'String'));
```