Inspect JS

Results 17 repositories owned by Inspect JS

node-deep-equal

761
Stars
111
Forks
Watchers

node's assert.deepEqual algorithm

object-inspect

132
Stars
34
Forks
Watchers

string representations of objects in node and the browser

is-equal

60
Stars
7
Forks
Watchers

Are these two values conceptually equal?

is-arrow-function

22
Stars
3
Forks
Watchers

Determine if a function is an ES6 arrow function or not.

is-async-function

19
Stars
2
Forks
Watchers

Is this a native `async function`?

is-callable

41
Stars
12
Forks
Watchers

Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.

is-generator-function

48
Stars
11
Forks
Watchers

Is this an ES6 generator function?

is-negative-zero

18
Stars
6
Forks
Watchers

Is this value negative zero? === will lie to you.

is-object

20
Stars
7
Forks
Watchers

Checks whether a value is an object, because typeof is a troll

is-regex

24
Stars
11
Forks
Watchers

Is this value a JS regex?