Inspect JS
Results
17
repositories owned by
Inspect JS
is-string
20
Stars
3
Forks
Watchers
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-arguments
15
Stars
7
Forks
Watchers
Is this an arguments object? It's a harder question than you think.
is-core-module
22
Stars
8
Forks
Watchers
Is this specifier a node.js core module?
has-symbols
15
Stars
4
Forks
Watchers
Determine if the JS environment has Symbol support. Supports spec, or shams.
is-accessor-descriptor
15
Stars
4
Forks
Watchers
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
is-data-descriptor
20
Stars
6
Forks
Watchers
Returns true if a value has the characteristics of a valid JavaScript data descriptor.