Use functions which exist in Ruby for the array objects
Array manipulation, ordering, searching, summarizing, etc.
Lazy-evaluating list of files, based on globs or regex patterns
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
A drop-in replacement for `util` with some additional advantageous functions
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
HTTP methods that node supports
For ruby and ruby on rails
Base64 encoding/decoding in pure JS
`[].map(f)` for older browsers
Create atom (⚛) representation for your application, packages and libraries
Source code handling classes for webpack
HTTP methods that are supported by Swagger 2.0
Ruby SemVer in TypeScript.
Automatically bind methods to their class instance
Lodash modular utilities.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Ruby grammar for tree-sitter
Unzip cross-platform streaming API
prettier plugin for the Ruby programming language
Light implementation of binary buffer with helpers for easy access.
A gem that adds range methods to Ruby's Range and Array classes. (Range#+, Range#-, Array#rangify, Array#intersection, Array#missing)
Array#include_all?, Array#include_any?, Array#include_array?, Array#array_index, Array#counts, and Array#duplicates methods missing from basic Ruby Array API. Compatible with Ruby, JRuby, Opal, and RubyMotion.
Binary search and index methods for Ruby Arrays.
Provide Array #slice_by_share, #slice_by_size
Utility method build on top of Ruby dig to navigate hashes mixed up with arrays.
This gem adds a .joined() method to the Array class. This method concatenates all elements of the array into a string, separating them with commas and placing "and" before the last element.
For instance, a ReachableArray of Book objects can not only take normal Array methods such as collect and sum, but also methods that operate Book objects, such as author and title.
Binary search and index methods for Ruby Arrays.
random useful methods for working with Ruby arrays and hashes
Monkeypatches Ruby's Array Class to add "sum" and "mean" methods.
This gem extends the Ruby class Array with a few useful methods. Just a bit of sugar.
For instance, a ReachableArray of Book objects can not only take normal Array methods such as collect and sum, but also methods that operate Book objects, such as author and title.