Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
glob-object
Filter an object using glob patterns and dot notation.
superset
A library that provides the missing Set methods such as map and filter.
iterare
Array methods for ES6 Iterators
jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
set-function-length
Set a function's length property
is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
array-union
Create an array of unique values, in order, from the input arrays
set-function-name
Set a function's name property
is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
is-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
has-proto
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
is-weakmap
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-data-descriptor
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.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.
dot-prop
Get, set, or delete a property from a nested object using a dot path
base
Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks
set-proto
Robustly set the [[Prototype]] of an object
map-cache
Basic cache object for storing key-value pairs.