Repositories

inspect-js repositories

40 supported repositories

.github repo for inspect-js org

Last commit Feb 25, 2026

 (1 star) (3 forks) (0 indexed issues) (0 open good first issues)

Last commit Mar 18, 2026

 (3 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Get the ArrayBuffer out of a DataView, robustly.

Last commit Jan 13, 2026

 (2 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Get the byteLength out of a DataView, robustly.

Last commit Jan 13, 2026

 (2 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Get the byteOffset out of a DataView, robustly.

Last commit Jan 13, 2026

 (2 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Last commit Jan 13, 2026

 (6 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Does this JS environment support the `name` property on functions?

Last commit Apr 16, 2026

 (9 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Determine if the JS environment has BigInt support.

Last commit Mar 19, 2026

 (8 stars) (6 forks) (0 indexed issues) (0 open good first issues)

Does the current node version have support for the "exports" field in package.json?

Last commit Jul 21, 2023

 (8 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Does the current node version have support for requiring/importing its own name?

Last commit Jan 13, 2026

 (2 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Does the current JS environment have strict mode? ES5+ should; but let's not assume.

Last commit Dec 29, 2025

 (6 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Determine if the JS environment has Symbol support. Supports spec, or shams.

Last commit Apr 29, 2026

 (18 stars) (7 forks) (0 indexed issues) (0 open good first issues)

Determine if the JS environment has template literal support

Last commit Dec 29, 2025

 (7 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Does the given package have TypeScript types?

Last commit Jan 13, 2026

 (8 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.

Last commit May 10, 2026

 (15 stars) (5 forks) (0 indexed issues) (0 open good first issues)

Is this an arguments object? It's a harder question than you think.

Last commit Mar 18, 2026

 (17 stars) (4 forks) (0 indexed issues) (0 open good first issues)

Is this value a JS ArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.

Last commit Dec 29, 2025

 (13 stars) (6 forks) (0 indexed issues) (0 open good first issues)

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

Last commit Nov 1, 2022

 (24 stars) (4 forks) (0 indexed issues) (0 open good first issues)

Is this an ES BigInt value?

Last commit Apr 29, 2026

 (7 stars) (3 forks) (0 indexed issues) (0 open good first issues)

Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

Last commit Dec 29, 2025

 (8 stars) (3 forks) (0 indexed issues) (0 open good first issues)