JSPM

Found 9802 results for array sort

to-rotated

Rotate an array by a given number of steps

  • v1.0.0
  • 42.94
  • Published

compute-dot

Computes the dot product between two numeric arrays.

  • v1.1.0
  • 42.86
  • Published

make-array

Creates a real Array from almost anything.

  • v1.0.5
  • 42.86
  • Published

merge-srt

Merge Sort Algorithm Implementation

  • v1.1.0
  • 42.82
  • Published

binary-insert

Simple function `binaryInsert(array, value, comparator)` that provides binary insert functionality for a **sorted** array in javascript. This is mostly intended for larger arrays, and the performance gain may be viewed in the [benchmark](#benchmarks).

  • v1.2.1
  • 42.75
  • Published

get-closest

Compare your item to items in an array and get the closest one.

  • v0.0.4
  • 42.65
  • Published

expand-braces

Wrapper for [braces] to enable brace expansion for arrays of patterns.

  • v0.1.2
  • 42.65
  • Published

array-table-sort

Sort an array (asc, desc) that holds data for tables

  • v1.0.2
  • 42.61
  • Published

@thi.ng/equiv

Extensible deep value equivalence checking for any data types

  • v2.1.92
  • 42.49
  • Published

fast-shuffle

A fast implementation of a fisher-yates shuffle that does not mutate the source array.

  • v6.1.1
  • 42.45
  • Published

is-even

Return true if the given number is even.

  • v1.0.0
  • 42.41
  • Published

array-hyper-unique

Get unique values of an array. Really, like deeply unique.

  • v2.1.6
  • 42.34
  • Published

compute-l2norm

Computes the L2 norm (Euclidean norm) of an array of values.

  • v1.1.0
  • 42.31
  • Published

@thi.ng/zipper

Functional tree editing, manipulation & navigation

  • v2.1.149
  • 42.30
  • Published

array.prototype.every

An ES5 spec-compliant `Array.prototype.every` shim/polyfill/replacement that works as far down as ES3.

  • v1.1.7
  • 42.29
  • Published

deep-for-each

Recursively iterates over arrays and objects

  • v3.0.0
  • 42.21
  • Published

flat-util

Flatten a nested array.

  • v1.1.11
  • 42.06
  • Published

is-circular

high-performance, zero-dependency circular reference check for objects (or arrays)

  • v1.0.2
  • 42.02
  • Published

eachr

Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.

  • v7.4.0
  • 41.84
  • Published

rxjs-mergemap-array

An RxJS map operator that takes an observable of arrays as input and emits arrays where each element represents emissions from the projected observable.

  • v0.1.0
  • 41.76
  • Published

matched

Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.

  • v5.0.1
  • 41.76
  • Published

split-filter-n

Like Array#filter, but lets you categorize an array into any amount of smaller arrays

  • v1.1.3
  • 41.76
  • Published

ip-cidr

Module for working with CIDR (v4, v6)

  • v4.0.2
  • 41.74
  • Published

faltu

Search sort, filter, limit and iterate over an array of objects in Mongo-style.

  • v0.1.0
  • 41.74
  • Published

router-ips

List of common default router IP addresses

  • v2.0.0
  • 41.71
  • Published

@mongez/reinforcements

A lightweight package to give a massive reinforcements to variant types of data in Nodejs/Javascript

  • v2.3.10
  • 41.71
  • Published

falsey

Returns true if the given is falsey (according to JavaScript) or matches a 'falsey' keyword.

  • v1.0.0
  • 41.67
  • Published

@mobily/ts-belt

🔧 Fast, modern, and practical utility library for FP in TypeScript.

  • v3.13.1
  • 41.66
  • Published

index-array-by

A utility function to index arrays by any criteria

  • v1.4.2
  • 41.66
  • Published

@writetome51/alphabetize

Orders an array alphabetically. Optional callback allows you to choose what value in each element to sort by

  • v2.0.1
  • 41.65
  • Published

just-order-by

Produces a new array, sorted in given order

  • v1.0.0
  • 41.54
  • Published

sorted-array-type

Array with sorted insertion and optimized search methods.

  • v1.3.0
  • 41.46
  • Published

deep-override

recursive object extending & overriding

  • v1.0.2
  • 41.32
  • Published

object-pairs

Object -> [[key0, value0], [key1, value1]...]

  • v0.1.0
  • 41.31
  • Published

reduce-unique

Reduce an array to unique values, optionally into a separate array.

  • v2.0.1
  • 41.26
  • Published

lazy-property

Lazily initialized properties for objects

  • v1.0.0
  • 41.22
  • Published

run-waterfall

Run an array of functions in series, each passing its results to the next function (waterfall)

  • v1.1.7
  • 41.12
  • Published

listify

Turn an array into a list of comma-separated values, appropriate for use in an English sentence.

  • v1.0.3
  • 41.00
  • Published

tiny-each-async

Asynchronous iterator function for parallel processing.

  • v2.0.3
  • 40.98
  • Published

p-fifo

Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.

  • v1.0.0
  • 40.93
  • Published

array-to-sentence

Join all elements of an array and create a human-readable string

  • v2.0.0
  • 40.86
  • Published

dotenv-parse-variables

Parse dotenv files for Boolean, Array, and Number variable types, built for CrocodileJS

  • v2.0.0
  • 40.82
  • Published

handlebars-helpers

More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.

  • v0.10.0
  • 40.79
  • Published

array-sort-compare

Generic compare function for Array.prototype.sort()

  • v1.0.1
  • 40.76
  • Published

stream-array

Pipe an Array through Node.js streams

  • v1.1.2
  • 40.74
  • Published

nested-property

Read, write or test a data structure's nested property via a string like 'my.nested.property'. It works through arrays and objects.'

  • v4.0.0
  • 40.73
  • Published

is-array

Check if the given value is an Array

  • v1.0.1
  • 40.69
  • Published

shuffle-array

Randomize the order of the elements in a given array.

  • v1.0.1
  • 40.36
  • Published

sort-by-util

Returns a sorted copy of an array, ranked in ascending order by the results of running each value through an iteratee.

  • v1.0.4
  • 40.34
  • Published

async-array-reduce

Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.

  • v1.0.0
  • 40.10
  • Published

array-to-error

Create an error from an array of error messages

  • v1.1.1
  • 40.04
  • Published

filled-array

Returns an array filled with the specified input

  • v2.2.0
  • 40.01
  • Published

sort-package-json2

Sort an Object or package.json based on the well-known package.json keys

  • v0.0.3
  • 39.98
  • Published

longest-first

Sorts items in descending order of length.

  • v1.0.0
  • 39.97
  • Published

@opentf/std

An Extensive JavaScript Standard Library.

  • v0.13.0
  • 39.93
  • Published

methmeth

Execute a method out from an object.

  • v1.1.0
  • 39.84
  • Published

array.prototype.foreach

An ES spec-compliant `Array.prototype.forEach` shim/polyfill/replacement that works as far down as ES3.

  • v1.0.7
  • 39.82
  • Published

remove-array-items

remove items from a javascript array without generating memory garbage

  • v3.0.0
  • 39.81
  • Published

typescript-collections

A complete, fully tested data structure library written in TypeScript.

  • v1.3.3
  • 39.70
  • Published

new-array

create a new array filled with a value, or zero

  • v1.0.0
  • 39.56
  • Published

@gullerya/object-observer

object-observer utility provides simple means to (deeply) observe specified object/array changes; implemented via native Proxy; changes delivered in a synchronous way

  • v6.1.4
  • 39.53
  • Published

make-unique

Creates and makes an array without duplicates. Even with array of objects with a specified matcher.

  • v1.0.4
  • 39.49
  • Published

parallel-each

A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.

  • v1.1.7
  • 39.48
  • Published

hasharray

A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.

  • v1.1.2
  • 39.48
  • Published

intersect

Find the intersection of two arrays

  • v1.0.1
  • 39.46
  • Published

dotsplit.js

Transform dot-delimited strings to array of strings for Node.js and the browser.

  • v1.1.0
  • 39.43
  • Published

@dramaorg/delectus-culpa-reprehenderit

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

  • v3.5.94
  • 39.40
  • Published

to-semver

Get an array of valid, sorted, and cleaned semver versions from an array of strings

  • v4.0.0
  • 39.38
  • Published

dank-map

A map function that can map over almost anything.

  • v0.1.0
  • 39.37
  • Published

uc-first-array

Uppercase first character of each element in arrays of strings.

  • v1.1.11
  • 39.34
  • Published

dank-each

A function for iterating over objects, arrays, strings and ranges

  • v1.0.0
  • 39.33
  • Published

group-array

Group array of objects into lists.

  • v1.0.0
  • 39.29
  • Published

data-bind-mapper

Bind data arrays to any type of JS objects

  • v1.0.3
  • 39.12
  • Published

circularr

Circular fixed size array

  • v0.3.0
  • 39.02
  • Published

sparse-array

Sparse array implementation in JS with no dependencies

  • v1.3.2
  • 38.87
  • Published

list-to-array

Simple javascript lib for converting a [comma || space] delimited string to an array

  • v1.1.0
  • 38.77
  • Published

@antoniovdlc/sort

Custom compare functions for sorting arrays.

  • v1.2.3
  • 38.69
  • Published

just-compare

compare two collections

  • v2.3.0
  • 38.67
  • Published

notation

Utility for modifying / processing the contents of Javascript objects or arrays via object notation strings or globs.

  • v2.0.0
  • 38.51
  • Published

ends-with

Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.

  • v1.0.1
  • 38.51
  • Published

array-power

This package includes a set of useful array methods that facilitates working with arrays, specifically the arrays that contain objects or arrays even falsy values (such as: 0, null, false, NaN...). This package is es5 supported.

  • v1.0.7
  • 38.49
  • Published

@bbob/parser

A BBCode to AST Parser part of @bbob

  • v4.2.0
  • 38.45
  • Published

array.prototype.at

An ES-spec-compliant (proposed) Array.prototype.at shim/polyfill/replacement that works as far down as ES3

  • v1.1.3
  • 38.34
  • Published

@fvilers/sort-array

An helper function to sort array based on a property or a predicate

  • v2.0.0
  • 38.31
  • Published

starts-with

Returns `true` if the given string or array starts with prefix using strict equality for comparisons. Using fastest implementation.

  • v1.0.2
  • 38.21
  • Published

clz-buffer

Count leading zeros in a Buffer (clz)

  • v1.0.0
  • 38.19
  • Published

an-array

Check if an object is an array or a typed array

  • v1.0.0
  • 38.13
  • Published

arrayreduce

Array reducing utility.

  • v2.1.0
  • 38.11
  • Published

data-engine

Data engine is small data management lib for some sort and filter.

  • v3.1.1
  • 38.07
  • Published

utils-flatten

flatten() utility function

  • v1.0.0
  • 38.06
  • Published

string-replace-to-array

Works like String.prototype.replace but outputs an array. Useful for replacing parts of the string with objects of other types.

  • v2.1.1
  • 37.95
  • Published

array.partial

When you want array.some but not array.every. Useful when you need to determine partially selected states - like partially selecting tree nodes when some but not all child nodes are checked.

  • v1.0.5
  • 37.70
  • Published

arr-swap

Swap two items in an array. Does not modify the Array prototype.

  • v1.0.1
  • 37.70
  • Published

p-series

Run promise-returning & async functions in series

  • v3.0.0
  • 37.66
  • Published

toggle-array

In an array of objects, this enables a property on the object at the specified index, while disabling the property on all other objects.

  • v1.0.1
  • 37.59
  • Published

combinations

find all combinations from array

  • v1.0.0
  • 37.55
  • Published

fast-array-diff

Implementation of paper 'An O(ND) Difference Algorithm and Its Variations' on array

  • v1.1.0
  • 37.39
  • Published

each-parallel-async

Asynchronously calls a function on each element in an array in parallel.

  • v1.0.0
  • 37.38
  • Published

states-us

List of US states and territories.

  • v1.1.1
  • 37.31
  • Published

array-keyed-map

a map from arrays of values to values

  • v2.1.3
  • 37.30
  • Published

to-array-buffer

Convert any binary data to ArrayBuffer

  • v3.2.0
  • 37.30
  • Published

just-unique

dedupes an array

  • v4.2.0
  • 37.27
  • Published

sort-numbers

Sort numbers in ascending or descending order

  • v1.0.3
  • 37.07
  • Published

any

Returns `true` if a value exists in the given string, array or object.

  • v1.0.0
  • 37.05
  • Published

utf8-length

return the number of bytes in a unicode string

  • v0.0.1
  • 37.05
  • Published

chunk

Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.

  • v0.0.3
  • 37.00
  • Published

arrayify-compact

Casts the given value to a flatten array, and removes falsey items (similar to lodash compact).

  • v0.2.0
  • 36.94
  • Published

deep-map

Transforms nested values of complex objects

  • v2.0.0
  • 36.93
  • Published

utils-indexof

Returns the first index at which a given element can be found.

  • v1.0.0
  • 36.85
  • Published

get-depth

Get the Depth of a Multi-Dimensional Array of Values

  • v0.0.3
  • 36.84
  • Published

calc-stats

Memory-Aware Statistical Calculations

  • v2.6.0
  • 36.79
  • Published

array-index

Invoke getter/setter functions on array-like objects

  • v1.0.0
  • 36.77
  • Published

arr-pluck

Retrieves the value of a specified property from all elements in the collection.

  • v0.1.0
  • 36.74
  • Published

object-assign-deep

Allows deep cloning of plain objects that contain primitives, nested plain objects, or nested plain arrays.

  • v0.4.0
  • 36.73
  • Published

feature-detect-es6

Detect which ES6 (ES2015 and above) features are available

  • v1.5.0
  • 36.64
  • Published

is-blank

Check whether a value is empty or blank, includes string whitespace support

  • v2.1.0
  • 36.56
  • Published

cartesian-product

Compute the cartesian product of an array.

  • v2.1.2
  • 36.54
  • Published

performant-array-to-tree

Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.

  • v1.11.0
  • 36.49
  • Published

to-choices

Easily create a normalized inquirer choices question. Supports all of the `choices` question types: checkbox, list, rawlist, expand

  • v0.2.0
  • 36.48
  • Published

did-you-mean

Fuzzy match a command from a list (typo-safety)

  • v0.0.1
  • 36.48
  • Published

utils

Fast, generic JavaScript/node.js utility functions.

  • v0.3.1
  • 36.47
  • Published

usa-states

Helper library for getting all of the states and territories of the United States in the specific format that you need.

  • v0.0.6
  • 36.45
  • Published

iter-fun

Fun with Iterables

  • v0.2.0
  • 36.43
  • Published

xdim

Multi-Dimensional Functions. Create, Query, and Transform Multi-Dimensional Data.

  • v1.10.1
  • 36.41
  • Published

utils-copy

Copy or deep clone a value to an arbitrary depth.

  • v1.1.1
  • 36.38
  • Published

indexed-filter

Array#filter() with also detecting indexes of filtered values

  • v1.0.3
  • 36.33
  • Published

hashmap

HashMap Class for JavaScript

  • v2.4.0
  • 36.32
  • Published

gammautils

Lots of utilities for Node.js

  • v0.0.81
  • 36.32
  • Published

map-o

Array-map like function for objects.

  • v2.0.11
  • 36.30
  • Published

typed-array-ranges

Get the Smallest and Largest Possible Numbers for a Typed Array

  • v0.0.0
  • 36.28
  • Published

qsu

qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the modern development environment.

  • v1.10.1
  • 36.28
  • Published

@zitterorg/magni-eos

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

  • v5.8.60
  • 36.26
  • Published

fast-min

Quickest Way to get the Minimum Value of an Array of Numbers (Typed or Untyped)

  • v0.4.0
  • 36.25
  • Published

zip-object

Create an object from from arrays of keys and values

  • v0.1.0
  • 36.18
  • Published

shuffle-seed

Shuffle Array based on a Seed

  • v1.1.6
  • 36.16
  • Published

@stdlib/utils-index-of

Return the first index at which a given element can be found.

  • v0.2.2
  • 36.15
  • Published

fast-max

Quickest Way to get the Maximum Value of an Array of Numbers (Typed or Untyped)

  • v0.5.1
  • 36.12
  • Published

cwise

Component-wise operations on ndarrays

  • v1.0.10
  • 36.10
  • Published

arrayiffy-if-string

Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.

  • v5.0.10
  • 36.05
  • Published

is-array-type

Check if a value is an array or a typed array

  • v1.0.0
  • 35.96
  • Published

introsort.js

Sort array with introsort algorithm

  • v1.0.0
  • 35.96
  • Published

async-some

short-circuited, asynchronous version of Array.protototype.some

  • v1.0.2
  • 35.96
  • Published

keypather

Get or set a deep value using a keypath string. Supports bracket and dot notation

  • v3.1.0
  • 35.96
  • Published

filter-object

Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.

  • v3.0.0
  • 35.94
  • Published

data-joint

Perform data joins with any type of JS objects

  • v1.3.3
  • 35.90
  • Published

path-array

Treat your $PATH like a JavaScript Array

  • v1.0.1
  • 35.84
  • Published

compute-dims

Computes array dimensions.

  • v1.1.0
  • 35.82
  • Published

pokemon

Get Pokémon names

  • v3.3.0
  • 35.78
  • Published

object-boolean-combinations

Consumes a defaults object with booleans, generates all possible variations of it

  • v6.1.9
  • 35.77
  • Published

deep-map-keys

Transforms nested keys of complex objects

  • v2.0.1
  • 35.76
  • Published

morphism

Do not repeat anymore your objects transformations.

  • v1.12.3
  • 35.72
  • Published

block-elements

Array of "block level elements" defined by the HTML specification

  • v1.2.0
  • 35.70
  • Published

array-next

Advance to the next item in the array looping when hitting the end.

  • v0.0.1
  • 35.69
  • Published

index-of

Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.

  • v0.2.0
  • 35.66
  • Published

gl-buffer

WebGL buffer wrapper

  • v2.1.2
  • 35.65
  • Published

comparators

Provides chainable comparator-function generators a la Java 8 Comparators

  • v3.0.5
  • 35.61
  • Published

gl-vao

Vertex array object wrapper/shim for WebGL

  • v1.3.0
  • 35.57
  • Published

@stdlib/utils-copy

Copy or deep clone a value to an arbitrary depth.

  • v0.2.2
  • 35.49
  • Published

types-json

Type checking for JSON values

  • v4.0.1
  • 35.47
  • Published

quick-srt-cli

Quick Sort Algorithm Implementation CLI

  • v1.0.1
  • 35.45
  • Published

@criterium/js

filter, sort and paginate arrays using mongo-like syntax

  • v0.3.1
  • 35.40
  • Published

or

Returns an element from an array when it matches a condition

  • v0.2.0
  • 35.39
  • Published

render-fragment

A convenient way to return a JSX fragment without the wrapping `div` element and not worry about the version of React.

  • v0.1.1
  • 35.31
  • Published

just-group-by

return a grouped object from array

  • v2.2.0
  • 35.31
  • Published

@emiplegiaqmnpm/inventore-quae-perferendis

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Semantic Versioning 2.0.0](https://img.shields.io/badge/semver-2.0.0-brightgreen?styl

  • v1.0.0
  • 35.23
  • Published

array-intersection

Return an array with the unique values present in _all_ given arrays using strict equality for comparisons.

  • v0.1.2
  • 35.21
  • Published

utf8-string-bytes

Convert a string to utf8 byte array or vice versa.

    • v1.0.3
    • 35.16
    • Published

    cast-array

    Ensure a value is an array and wrap it if it is not an array

    • v1.0.1
    • 35.15
    • Published

    rr

    Component to iterate an array round robin.

    • v0.1.0
    • 35.13
    • Published

    @iden3/bigarray

    Big Array object that allows to handle arrays with a huge number of elements.

    • v0.0.2
    • 35.11
    • Published

    iterable-to-stream

    Converts iterable objects into readable streams.

    • v2.0.0
    • 35.08
    • Published

    just-range

    Generate a range array for numbers

    • v4.2.0
    • 35.08
    • Published

    soft-assert

    Soft Asserts JSON, Array and other data

    • v0.2.7
    • 35.05
    • Published

    filter-array

    Iterates over the elements in an array, returning an array with only the elements for which the callback returns truthy.

    • v0.2.0
    • 34.97
    • Published

    decircular

    Remove circular references from objects

    • v1.0.0
    • 34.96
    • Published

    array-every

    Returns true if the callback returns truthy for all elements in the given array.

    • v0.1.2
    • 34.96
    • Published

    2

    The Type Conversion Library. Numbers, Strings, Arrays, Maps, Objects, and Iterators.

    • v3.0.0
    • 34.91
    • Published

    compound-subject

    A tiny JavaScript library for converting arrays of strings to compound subjects

    • v0.0.2
    • 34.85
    • Published

    array.prototype.tospliced

    An ESnext spec-compliant `Array.prototype.toSpliced` shim/polyfill/replacement that works as far down as ES3.

    • v1.1.5
    • 34.80
    • Published

    is-array-like

    Checks if the given value is an array or array-like object.

    • v1.1.2
    • 34.80
    • Published

    @kyleshockey/object-assign-deep

    Allows deep cloning of plain objects that contain primitives, nested plain objects, or nested plain arrays.

    • v0.4.2
    • 34.73
    • Published

    montag

    format multiline strings using tagged templates, instead of puting all lines into an array and joining to a string

    • v1.2.1
    • 34.73
    • Published

    chai-each

    A [Chai](http://chaijs.com/) plugin that allows for assertions on each item in an array

    • v0.0.1
    • 34.67
    • Published

    run-auto

    Determine the best order for running async functions, and run them

    • v2.0.4
    • 34.64
    • Published

    intersperse

    Add an object to an array between each element

    • v1.0.0
    • 34.61
    • Published

    lodash.product

    Calculates the Cartesian product between multiple collections.

    • v18.10.0
    • 34.57
    • Published

    form-fix-array

    Fixes key names for HTTP form data, to ensure that arrays are handled correctly.

    • v1.0.0
    • 34.55
    • Published

    array-to-tree

    Convert a plain array of nodes (with pointers to parent nodes) to a tree

    • v3.3.2
    • 34.53
    • Published

    array-indexofobject

    Like Array#indexOf but for objects used like hashes

    • v0.0.1
    • 34.48
    • Published

    random-item

    Get a random item from an array

    • v4.0.1
    • 34.44
    • Published

    sset

    Sorted Set in javascript for node that uses binary search for maintaining sort order

    • v1.0.16
    • 34.39
    • Published

    stream-chunks

    Get all chunks of a stream

    • v1.0.0
    • 34.37
    • Published

    defaulty

    Copies missing properties to the target object.

    • v2.1.0
    • 34.36
    • Published

    pick-item

    Given an array, pick a random element and return it.

    • v1.0.4
    • 34.34
    • Published

    addr-to-ip-port

    Convert an 'address:port' string to an array [address:string, port:number]

    • v2.0.0
    • 34.28
    • Published

    string-array

    Parse string into array of string elements

    • v1.0.1
    • 34.12
    • Published

    save-file

    Save file dialog in browser, write file to disk in node

    • v2.3.1
    • 34.06
    • Published

    @arrows/array

    Functional tools for JS arrays

    • v1.4.1
    • 34.02
    • Published

    decode-gif

    Decode the frames of a gif.

    • v1.0.1
    • 33.88
    • Published