You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-is-generator-fn-1.0.0-1.lbn25.noarch
Check if something is a generator function
RPMPackage nodejs-is-fullwidth-code-point-4.0.0-1.lbn25.noarch
Check if the character represented by a given Unicode code point is fullwidth
RPMPackage nodejs-is-finite-1.0.2-1.lbn25.noarch
ES6 Number.isFinite() ponyfill
RPMPackage nodejs-is-extglob-2.1.1-1.lbn25.noarch
Returns true if a string has an extglob.
RPMPackage nodejs-is-extendable-1.0.1-1.lbn25.noarch
Returns true if a value is a plain object, array or function.
RPMPackage nodejs-is-error-2.2.0-1.lbn25.noarch
Detect whether a value is an error
RPMPackage nodejs-is-equal-shallow-0.1.3-1.lbn25.noarch
Does a shallow comparison of two objects, returning false if the keys or values differ.
RPMPackage nodejs-is-dotfile-1.0.1-1.lbn25.noarch
Return true if a file path is (or has) a dotfile.
RPMPackage nodejs-is-defined-1.0.0-1.lbn25.noarch
Check if an identifier is defined
RPMPackage nodejs-is-date-object-1.0.1-1.lbn25.noarch
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
RPMPackage nodejs-is-ci-1.0.10-2.lbn25.noarch
Detect if your code is running on a CI server
RPMPackage nodejs-is-callable-1.1.3-1.lbn25.noarch
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
RPMPackage nodejs-is-bzip2-1.0.0-1.lbn25.noarch
Check if a Buffer/Uint8Array is a BZIP2 file
RPMPackage nodejs-is-builtin-module-1.0.0-1.lbn25.noarch
Check if a string matches the name of a Node.js builtin module
RPMPackage nodejs-is-buffer-2.0.3-1.lbn25.noarch
Determine if an object is a Buffer
RPMPackage nodejs-is-browser-2.0.1-1.lbn25.noarch
Test whether you're a component in browser or a package in npm
RPMPackage nodejs-is-binary-path-1.0.1-1.lbn25.noarch
Check if a filepath is a binary file
RPMPackage nodejs-is-arrayish-0.3.2-1.lbn25.noarch
Determines if an object can be used as an array
RPMPackage nodejs-is-array-1.0.1-1.lbn25.noarch
Check if the given value is an Array
RPMPackage nodejs-is-absolute-1.0.0-1.lbn25.noarch
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.