Change the repository type filter
All
Repositories list
77 repositories
is-regex
Publicobject-inspect
Publicis-core-module
Publichas-symbols
PublicDetermine if the JS environment has Symbol support. Supports spec, or shams.is-data-descriptor
Publicwhich-builtin-type
Public.github
Public templateis-whatwg-url
Publicis-arrow-function
Publicget-symbol-description
PublicGets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.typed-array-length
Publictyped-array-byte-length
PublicGet the byte length of a Typed Array, even in engines without a `.byteLength` method.typed-array-byte-offset
Publicnode-exports-info
Publicis-weakset
PublicIs this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.is-weakmap
Publicis-typed-array
PublicIs this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.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.toStringTag.is-set
PublicIs this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.is-negative-zero
Publicis-map
PublicIs this value a JS Map? This module works cross-realm/iframe, and despite %Symbol.toStringTag%.is-data-view
PublicIs this value a JS DataView? This module works cross-realm/iframe, does not depend on instanceof or mutable properties, and despite ES6 Symbol.toStringTag.is-array-buffer
PublicIs this value a JS ArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.has-tostringtag
PublicDetermine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.has-proto
Publichas-override-mistake
Publichas-named-captures
PublicDoes the JS environment support named capture groups in regexes?has-dynamic-import
Publicarray-buffer-byte-length
Publicavailable-typed-arrays
Public