@advdominion/is

This commit is contained in:
Valentin Silytuin
2024-04-27 23:44:24 +04:00
parent b9414854b2
commit 5359166f88
4 changed files with 32 additions and 0 deletions

9
packages/is/README.md Normal file
View File

@@ -0,0 +1,9 @@
# is
Usage:
```js
import { is } from '@advdominion/is';
console.log(is('Hello, world!', 'String'));
```