Owner
inspect-js
73 indexed repositories · View on GitHub
-
node-deep-equal
node's assert.deepEqual algorithm
JavaScript · 792 stars
-
object-inspect
string representations of objects in node and the browser
JavaScript · 160 stars
-
is-equal
Are these two values conceptually equal?
JavaScript · 59 stars
-
is-generator-function
Is this an ES6 generator function?
JavaScript · 48 stars
-
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
JavaScript · 41 stars
-
is-core-module
Is this specifier a node.js core module?
JavaScript · 26 stars
-
is-arrow-function
Determine if a function is an ES6 arrow function or not.
JavaScript · 24 stars
-
is-regex
Is this value a JS regex?
JavaScript · 24 stars
-
is-object
Checks whether a value is an object, because typeof is a troll
JavaScript · 22 stars
-
is-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript · 22 stars
-
is-symbol
Is this an ES6 Symbol value?
JavaScript · 19 stars
-
is-async-function
Is this a native `async function`?
JavaScript · 18 stars
-
is-negative-zero
Is this value negative zero? === will lie to you.
JavaScript · 18 stars
-
has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
JavaScript · 18 stars
-
is-arguments
Is this an arguments object? It's a harder question than you think.
JavaScript · 17 stars
-
is-date-object
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript · 16 stars
-
is-typed-array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ...
JavaScript · 12 stars
-
which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symb...
JavaScript · 10 stars
-
which-typed-array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
JavaScript · 10 stars
-
deep-equal-json
`deep-equal`, but only for JSON-supported values.
JavaScript · 9 stars
- 53 more repositories live on View on GitHub
-
Dependency Dashboard Open
inspect-js/has-object-spread#9 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/node-supports-preserve-symlinks-flag#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-package-exports#12 · 0 comments · 0 reactions · 0 assignees ·
-
inspect-js/is-arrow-function#15 · 6 comments · 0 reactions · 0 assignees ·
-
bug
inspect-js/is-arrow-function#26 · 1 comment · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-arrow-function#28 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-whatwg-url#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-finalizationregistry#2 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/typed-array-byte-length#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-data-view#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/deep-equal-json#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-strict-mode#9 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-template-literals#10 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-typed-arrays#7 · 0 comments · 0 reactions · 0 assignees ·
-
inspect-js/is-async-function#30 · 2 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-boolean-object#23 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-boxed-primitive#10 · 0 comments · 0 reactions · 0 assignees ·
-
Need phantomjs tests Openhelp wanted
inspect-js/is-callable#56 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-callable#59 · 0 comments · 0 reactions · 0 assignees ·
-
Missing examples Open
inspect-js/is-callable#61 · 3 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-date-object#21 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-generator-function#40 · 0 comments · 0 reactions · 0 assignees ·
-
inspect-js/is-generator-function#46 · 21 comments · 2 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-map#11 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-negative-zero#14 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-number-object#14 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-object#14 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-string#22 · 0 comments · 0 reactions · 0 assignees ·
-
inspect-js/is-string#24 · 5 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-typed-array#50 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-registered-symbol#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/data-view-buffer#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/data-view-byte-length#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/data-view-byte-offset#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/get-symbol-description#1 · 0 comments · 0 reactions · 0 assignees ·
-
inspect-js/get-symbol-description#5 · 3 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-dynamic-import#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-optional-chaining#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-override-mistake#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-package-imports#2 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-package-self-reference#2 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-property-descriptors#1 · 0 comments · 1 reaction · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/has-proto#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-set#12 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-shared-array-buffer#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-weakmap#8 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-weakset#9 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/is-well-known-symbol#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/array-buffer-byte-length#1 · 0 comments · 0 reactions · 0 assignees ·
-
Dependency Dashboard Open
inspect-js/typed-array-buffer#1 · 0 comments · 0 reactions · 0 assignees ·