return true if the given object is an object and not array or null
Returns true if a value is a plain object, array or function.
Polyfill of future proposal for `util.parseArgs()`
Copy a descriptor from object A to object B
Parses set-cookie headers into objects
Run an array of functions in parallel
Yjs encoding protocols
General purpose glob-based configuration matching.
Detect whether or not an object is a Typed Array
utilities for primitive JavaScript types
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Runs (webpack) loaders
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
No description provided.
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.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Like which(1) unix command. Find the first instance of an executable in the PATH.
Simple dependency graph.
Vega expression parser and code generator.
Run an array of functions in parallel, but limit the number of tasks executing at the same time
Compresses Arrays of Objects to Arrays of Ranges.
Convert deeply nested Virtus or other objects that respond to attributes to hashes and arrays
A Ruby library for deep structural diffing of hashes, arrays, and nested objects with apply/revert, JSON Patch output, similarity scoring, and configurable ignore paths.
Adds `Array#to_proc`.
Convert arrays to CSV (array of hashes, matrixes, ActiveRecord objects etc).
Allow a user to define a set of rules, and then test to see if an array of object match those rules.
Perform operations on and pass around explicit collections of objects
With Sentencify, you can create sentences with array of Active Record objects. It supports I18n.
ToCollection Ruby Refinement - Treat an array of objects and a singular object uniformly as a collection of objects
An array inclusion helper for Object.
Provides the class IterableArray, which implements all of the methods of Array (as of Ruby 1.9.3) in an iterable-aware fashion. I.e., behavior is defined to the greatest extent possible for operations that modify an IterableArray from within an iteration block (e.g. each, map, delete_if, reverse_each). To use, call #to_iter on a pre-existing Array or use IterableArray.new; the IterableArray should act identically to a regular Array except that it responds logically to modifications during iteration.
A simple gem to provide juxtaposition to Objects and Arrays