Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
set-utilities
High performance set theory - functional utilities which operate on arbitrary input sets.
extra-bit
The bit is a basic unit of information in information theory, computing.
extra-bit.web
The bit is a basic unit of information in information theory, computing {web}.
extra-bit.min
The bit is a basic unit of information in information theory, computing.
@set-theory/cartesian-product
Cartesian product for JavaScript
fuzzy-theo
Fuzzy set theory utility javascript library
menge
Minimalist set theory operations for Array-like objects in less than 1KB
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.
set-function-length
Set a function's length property
array-union
Create an array of unique values, in order, from the input arrays
which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
set-function-name
Set a function's name property
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-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
is-weakmap
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-map
Is this value a JS Map? 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.