Inspect JS (original) (raw)

inspect-js

This github and npm organization houses JavaScript projects that help you look at stuff.

Predicates

Functions that ask a question and produce a yes or no answer (`true` or `false`).

Comparisons

Packages that compare two things.

Environment

Packages that tell you about the JS env.

Describe

Packages that tell you about a specific JS value.

Pinned Loading

  1. node's assert.deepEqual algorithm
    JavaScript 791 108
  2. string representations of objects in node and the browser
    JavaScript 148 38
  3. Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
    JavaScript 41 9
  4. Are these two values conceptually equal?
    JavaScript 60 7
  5. Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
    JavaScript 11 4
  6. Which kind of boxed JS primitive is this?
    JavaScript 7 2

Repositories

Showing 10 of 78 repositories