Skip to content

Commit

Permalink
[profile] added is-registered-symbol, hasown, which-collection;
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb authored and github-actions[bot] committed Jan 24, 2024
1 parent 3f94cad commit 1f8e4c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This github and [npm](https://npmjs.com/~inspect-js) organization houses JavaScr
- is-object - [![github][github]](https://github.com/inspect-js/is-object) - [![npm][npm]](https://npmjs.com/is-object) - Checks whether a value is an object
- is-package-root - [![github][github]](https://github.com/inspect-js/is-package-root) - [![npm][npm]](https://npmjs.com/is-package-root) - Is this directory path the root of a package?
- is-regex - [![github][github]](https://github.com/inspect-js/is-regex) - [![npm][npm]](https://npmjs.com/is-regex) - Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
- is-registered-symbol - [![github][github]](https://github.com/inspect-js/is-registered-symbol) - [![npm][npm]](https://npmjs.com/is-registered-symbol) - Is this value a Symbol stored in the global cross-realm Symbol registry?
- is-set - [![github][github]](https://github.com/inspect-js/is-set) - [![npm][npm]](https://npmjs.com/is-set) - Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
- is-shared-array-buffer - [![github][github]](https://github.com/inspect-js/is-shared-array-buffer) - [![npm][npm]](https://npmjs.com/is-shared-array-buffer) - Is this value a JS SharedArrayBuffer?
- is-string - [![github][github]](https://github.com/inspect-js/is-string) - [![npm][npm]](https://npmjs.com/is-string) - Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Expand Down Expand Up @@ -78,6 +79,7 @@ This github and [npm](https://npmjs.com/~inspect-js) organization houses JavaScr
- has-template-literals - [![github][github]](https://github.com/inspect-js/has-template-literals) - [![npm][npm]](https://npmjs.com/has-template-literals) - Determine if the JS environment has template literal support.
- has-tostringtag - [![github][github]](https://github.com/inspect-js/has-tostringtag) - [![npm][npm]](https://npmjs.com/has-tostringtag) - Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
- has-typed-arrays - [![github][github]](https://github.com/inspect-js/has-typed-arrays) - [![npm][npm]](https://npmjs.com/has-typed-arrays) - Does this environment have JS Typed Arrays?
- hasown - [![github][github]](https://github.com/inspect-js/hasOwn) - [![npm][npm]](https://npmjs.com/hasown) - A robust, ES3 compatible, "has own property" predicate.
- node-exports-info - [![github][github]](https://github.com/inspect-js/node-exports-info) - [![npm][npm]](https://npmjs.com/node-exports-info) - Info about node `exports` field support: version ranges, categories, etc.
- supports-preserve-symlinks-flag - [![github][github]](https://github.com/inspect-js/node-supports-preserve-symlinks-flag) - [![npm][npm]](https://npmjs.com/supports-preserve-symlinks-flag) - Determine if the current node version supports the `--preserve-symlinks` flag.

Expand All @@ -97,6 +99,7 @@ This github and [npm](https://npmjs.com/~inspect-js) organization houses JavaScr
- typed-array-length - [![github][github]](https://github.com/inspect-js/typed-array-length) - [![npm][npm]](https://npmjs.com/typed-array-length) - Robustly get the length of a Typed Array
- which-boxed-primitive - [![github][github]](https://github.com/inspect-js/which-boxed-primitive) - [![npm][npm]](https://npmjs.com/which-boxed-primitive) - Which kind of boxed JS primitive is this?
- which-builtin-type - [![github][github]](https://github.com/inspect-js/which-builtin-type) - [![npm][npm]](https://npmjs.com/which-builtin-type) - What is the type of this builtin JS value?
- which-collection - [![github][github]](https://github.com/inspect-js/which-collection) - [![npm][npm]](https://npmjs.com/which-collection) - Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
- which-typed-array - [![github][github]](https://github.com/inspect-js/which-typed-array) - [![npm][npm]](https://npmjs.com/which-typed-array) - Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.

</details>
Expand Down

0 comments on commit 1f8e4c7

Please sign in to comment.