Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
rxjs
Reactive Extensions for modern JavaScript
es-abstract
ECMAScript spec abstract operations.
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
is-typed-array
Is 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.
which-typed-array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
core-js
Standard library
object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
is-boolean-object
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-date-object
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
regexp.prototype.flags
ES6 spec-compliant RegExp.prototype.flags shim.
function.prototype.name
An ES2015 spec-compliant `Function.prototype.name` shim
is-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-number-object
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
object-is
ES2015-compliant shim for Object.is - differentiates between -0 and +0
core-js-pure
Standard library
is-nan
ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.
promise-polyfill
Lightweight promise polyfill. A+ compliant
has-symbol-support-x
Tests if ES6 Symbol is supported.
es6-object-assign
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill