You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type-check for 'Primitive' types in JavaScript are always something to take care when receiving/sending a payload from/to Server/Client application. If you ever wonder how to do this you can sure use `typeof` and make the check by yourself. Or you can user 🎯`js-is-type`!
6
+
7
+
The usage is simple and verbose. The tests has full coverage and you can use without a doubt.
8
+
9
+
## Available Types
10
+
11
+
-`isArray()`
12
+
-`isBoolean()`
13
+
-`isFunction()`
14
+
-`isObject()` (_Remember: in JS, Arrays are Objects!_)
@@ -37,21 +52,21 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
37
52
38
53
## Changelog
39
54
40
-
This project adheres to [Semantic Versioning](https://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/codevor/js-library-boilerplate/releases) page.
55
+
This project adheres to [Semantic Versioning](https://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/codevor/js-is-type/releases) page.
41
56
42
57
## Bugs and Sugestions
43
58
44
-
Report bugs or do suggestions using the [issues](https://github.com/codevor/js-library-boilerplate/issues).
59
+
Report bugs or do suggestions using the [issues](https://github.com/codevor/js-is-type/issues).
0 commit comments