Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
is-map
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-weakmap
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-set
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
iterate-value
Iterate any iterable JS value. Works robustly in all environments, all versions.
is-get-set-prop
Does a JS type have a getter/setter property
@rdfjs/term-set
Set for RDF/JS Terms
js-sdsl
javascript standard data structure library which benchmark against C++ STL
@js-sdsl/ordered-map
javascript standard data structure library which benchmark against C++ STL
jest-plugin-set
Declarative JS tests with lazy evaluation using jest.
transit-js
Transit is a data format and a set of libraries for conveying values between applications written in different languages. This library provides support for marshalling Transit data to/from Javascript.
which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
@jondotsoy/utils-js
Some utilities to js
is-data-descriptor
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
has-proto
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
map-cache
Basic cache object for storing key-value pairs.
set-prop-get-value
set a new property in a js object and return the value of the given property