type-verify
v0.4.0
Published
micro type checker that unifies 2 ways to check type in javascript
Downloads
624
Maintainers
Readme
type-verify
Version 0.4.0
---
I'm looking for a npm module with this features:
- To be very tiny
- To provide typeof verify
- To provide [object Type] verify
- To provide instanceof verify
- Unify 3 previous features in one function
- But not modify these behaviours
- To report expected type values and actual type values
This is a list of npm modules that I've found:
- call-type (no 1, no 2, no 4)
- check-type (out of scope)
- data-type (no 1)
- fn-type (no 2, no 4)
- get-object-type (no 2, no 4 but interesting)
- get-type (no repository)
- get-type-of (get type, does not verify)
- is-a (no 1)
- is-js-type (out of scope)
- is-type (no 1, -> dependencies)
- isa (no 1)
- istype (no 1)
- is-type-of (no 1)
- itype (no 1)
- js-type (no 4, partial 2 & 3)
- kk (no 1)
- obj-type (no 2, no 4, cool! very tiny)
- should-type (no 1, missing documentation)
- type (no 1, missing documentation)
- type-assert (no 1 -> dependencies)
- type-assertion (no 2, no 4 -> dependencies obj-type)
- type-check (out of scope, no 1)
- type-detect (no 1, no 6)
- type-guard (out of scope, no 1)
- type-js (no 1)
- type-name (very cool, pending to analyze)
- type-of (no 6)
- type-of-is (no 1)
- type-type (NOT FOUND)
- type-validator (NOT FOUND)
- typedof (no 4)
- typer (no verify, only get type)
- typist.js (no 1)
- useful-type (no 1)
- utils-type
- validate-type (no 1)
- value-type (out of scope)
- var-type (no 2, no 4, Cool!! it's very tiny, but only works with [object Type])
- what-type (no 4)