typechecker v7.16.0-next.1603630423.5521d57141d61005953bf36fc6d1be54b7264290
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
Why?
Why should I use this instead of say instanceof
?
Under certain circumstances instanceof
may not return the correct results. This occurs with node's vm module especially, and circumstances where an object's prototype has been dereferenced from the original. As such, for basic ==
and ===
checks (like a === null
), you're fine not using this, but for checks when you would have done instanceof
(like err instanceof Error
), you should try to use this instead. Plus things like isPlainObject
are darn useful!
Usage
npm
Deno
import * as pkg from 'https://unpkg.com/typechecker@^7.16.0/edition-deno/index.ts'
Skypack
<script type="module">
import * as pkg from '//cdn.skypack.dev/typechecker@^7.16.0'
</script>
unpkg
<script type="module">
import * as pkg from '//unpkg.com/typechecker@^7.16.0'
</script>
jspm
<script type="module">
import * as pkg from '//dev.jspm.io/typechecker@7.16.0'
</script>
Discover the release history by heading on over to the HISTORY.md file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Unless stated otherwise all works are:
and licensed under:
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
7 years ago
7 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago