2 रिपॉजिटरी
A toolkit for filtering, sorting, grouping, and aggregating data in arrays and objects using method chaining.
Distinct from JavaScript Data Transformations: Distinct from JavaScript Data Transformations: provides a fluent, chainable API rather than standalone utility functions.
Explore 2 awesome GitHub repositories matching data & databases · Fluent Chainable Toolkits. Refine with filters or upvote what's useful.
collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio
Provides a fluent toolkit for filtering, sorting, grouping, and aggregating data in arrays and objects.
JsBarcode is a JavaScript library for generating machine-readable barcodes in both browser and Node.js environments. It supports a wide range of industry-standard symbologies including CODE128, EAN, UPC, CODE39, ITF-14, MSI, Codabar, Pharmacode, and GS1-128, with automatic check digit calculation for formats that require it. The library renders barcodes to HTML canvas elements, scalable SVG graphics, or image elements, and provides a chainable API for creating multiple barcodes sequentially with individual options. It includes automatic checksum computation for EAN, UPC, ITF-14, and MSI forma
Provides a chainable API for creating multiple barcodes sequentially with individual options.