Change the repository type filter
All
Repositories list
78 repositories
- Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
- Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
has-named-captures
PublicDoes the JS environment support named capture groups in regexes?has-private-fields
PublicDetermine if the JS environment has private fields (`class { #x; }`) support.is-accessor-descriptor
PublicReturns true if a value has the characteristics of a valid JavaScript accessor descriptor.is-core-module
Publicwhich-builtin-type
Publicnode-deep-equal
Publicis-symbol
PublicIs this an ES6 Symbol value?object-inspect
Publicavailable-regexp-flags
Publicavailable-typed-arrays
Public.github
Public templatenode-exports-info
Publicis-weakref
Publictyped-array-buffer
Publicarray-buffer-byte-length
PublicGet the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.hastypes
PublicDoes the given package have TypeScript types?is-well-known-symbol
PublicIs this value a well-known Symbol?is-weakset
PublicIs this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.is-weakmap
PublicIs this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.is-shared-array-buffer
PublicIs this value a JS SharedArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStri…
ProTip! When viewing an organization's repositories, you can use the
props. filter to filter by custom property.