JSPM

Found 9802 results for array type

@saoviettest/placeat-voluptates-neque-fugit

[![NPM Version](https://img.shields.io/npm/v/fastify-type-provider-zod.svg)](https://npmjs.org/package/fastify-type-provider-zod) [![NPM Downloads](https://img.shields.io/npm/dm/fastify-type-provider-zod.svg)](https://npmjs.org/package/fastify-type-provid

  • v1.0.0
  • 86.66
  • Published

isarray

Array#isArray for older browsers

  • v2.0.5
  • 86.15
  • Published

make-matrix

A simple, type-safe way to create multi-dimensional arrays

  • v4.0.2
  • 85.30
  • Published

@charpeni/one-of

Type-safe utilities to return a random element from an array or random entry from an object

  • v1.1.1
  • 85.08
  • Published

globby

User-friendly glob matching

  • v14.1.0
  • 84.38
  • Published

typeof--

retrieve the type of your value by using constructors when possible

  • v1.3.3
  • 83.72
  • Published

@winglet/common-utils

Comprehensive utility library providing commonly used functions for JavaScript/TypeScript projects including array processing, object manipulation, Promise handling, and type checking

  • v0.4.3
  • 79.61
  • Published

simple-swizzle

Simply swizzle your arguments

  • v0.2.2
  • 79.55
  • Published

object-standard-path

Safely get/set deep nested properties with standard path, strong type support

  • v0.3.1
  • 78.59
  • Published

@stdlib/array-min-dtype

Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.

  • v0.3.0
  • 78.20
  • Published

clone-deep

Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.

  • v4.0.1
  • 77.74
  • Published

xtend

extend like a boss

  • v4.0.2
  • 77.38
  • Published

postgres-array

Parse postgres array columns

  • v3.0.4
  • 76.89
  • Published

superstruct

A simple and composable way to validate data in JavaScript (and TypeScript).

  • v2.0.2
  • 75.34
  • Published

collection-visit

Visit a method over the items in an object, or map visit over the objects in an array.

  • v1.0.0
  • 75.12
  • Published

array-differ

Create an array with values that are present in the first input array but not additional ones

  • v4.0.0
  • 73.96
  • Published

array-unique

Remove duplicate values from an array. Fastest ES5 implementation.

  • v0.3.2
  • 73.65
  • Published

arr-diff

Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.

  • v4.0.0
  • 72.86
  • Published

@doubco/wtf

Type checker for JS

  • v1.0.1
  • 72.55
  • Published

union-value

Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.

  • v2.0.1
  • 71.72
  • Published

payload-is

A comprehensive TypeScript/JavaScript type checking library providing functions to check data types, collections, primitives, and built-in objects

  • v0.4.0
  • 71.54
  • Published

into-stream

Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

  • v8.0.1
  • 71.51
  • Published

is-extendable

Returns true if a value is a plain object, array or function.

  • v1.0.1
  • 71.50
  • Published

ts-type-detector

Takes any JavaScript data type or object as an input and returns a string describing the type of the input.

  • v2.7.0
  • 71.35
  • Published

map-visit

Map `visit` over an array of objects.

  • v1.0.0
  • 71.24
  • Published

uniq

Removes duplicates from a sorted array in place

  • v1.0.1
  • 68.45
  • Published

iterare

Array methods for ES6 Iterators

  • v1.2.1
  • 68.37
  • Published

shallow-clone

Creates a shallow clone of any JavaScript value.

  • v3.0.1
  • 68.01
  • Published

stream-to-array

Concatenate a readable stream's data into a single array

  • v2.3.0
  • 67.47
  • Published

array-filter

Array#filter for older browsers.

  • v1.0.0
  • 67.33
  • Published

array-slice

Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.

  • v1.1.0
  • 67.32
  • Published

make-iterator

Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.

  • v2.0.0
  • 66.16
  • Published

fixed-len-array

A tiny and type-safe TypeScript utility to create and work with fixed-length arrays (tuples).

  • v1.12.0
  • 65.95
  • Published

arr-flatten

Recursively flatten an array or arrays.

  • v1.1.0
  • 65.73
  • Published

@metamask/superstruct

A simple and composable way to validate data in JavaScript (and TypeScript).

  • v3.2.1
  • 65.50
  • Published

class-utils

Utils for working with JavaScript classes and prototype methods.

  • v0.3.6
  • 65.10
  • Published

ts-deep-utils

A TypeScript utility library focused on deep operations for objects and arrays with full type safety. Similar to Lodash, but narrower in scope and fully written in TypeScript to maximize typing support.

  • v1.6.0
  • 65.10
  • Published

shallow-copy

make a shallow copy of an object or array

  • v0.0.1
  • 65.00
  • Published

compare-func

Get a compare function for array to sort

  • v2.0.0
  • 65.00
  • Published

array-ify

Turn anything into an array

  • v1.0.0
  • 64.88
  • Published

sorted-array-type

Array with sorted insertion and optimized search methods.

  • v1.3.0
  • 64.87
  • Published

es6-iterator

Iterator abstraction based on ES6 specification

  • v2.0.3
  • 64.82
  • Published

async-foreach

An optionally-asynchronous forEach with an interesting interface.

  • v0.1.3
  • 64.68
  • Published

p-waterfall

Run promise-returning & async functions in series, each passing its result to the next

  • v3.0.0
  • 64.20
  • Published

find-index

finds an item in an array matching a predicate function, and returns its index

  • v1.1.1
  • 64.03
  • Published

array-find

ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.

  • v1.0.0
  • 63.82
  • Published

array-from

A ponyfill for the ES 2015 (ES6) `Array.from()`.

  • v2.1.1
  • 63.07
  • Published

fill-range

Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`

  • v7.1.1
  • 62.81
  • Published

split-array-stream

Safely push each item of an array to a stream

  • v2.0.0
  • 62.62
  • Published

indexof

Microsoft sucks

    • v0.0.1
    • 62.48
    • Published

    yocto-queue

    Tiny queue data structure

    • v1.2.1
    • 62.03
    • Published

    compute-lcm

    Computes the least common multiple (lcm).

    • v1.1.2
    • 61.78
    • Published

    compute-gcd

    Computes the greatest common divisor (gcd).

    • v1.2.1
    • 61.71
    • Published

    prelude-ls

    prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.

    • v1.2.1
    • 61.67
    • Published

    hoopy

    Like an array, but rounder.

    • v0.1.4
    • 61.54
    • Published

    asynckit

    Minimal async jobs utility library, with streams support

    • v0.4.0
    • 61.53
    • Published

    natural-orderby

    Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.

    • v5.0.0
    • 61.51
    • Published

    longest

    Get the longest item in an array.

    • v2.0.1
    • 61.40
    • Published

    is-typed-array

    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.

    • v1.1.15
    • 61.35
    • Published

    run-parallel

    Run an array of functions in parallel

    • v1.2.0
    • 61.19
    • Published

    which-typed-array

    Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.

    • v1.1.19
    • 61.07
    • Published

    shallow-equal

    Typescript-compatible minimalistic shallow equality check for arrays/objects

    • v3.1.0
    • 60.68
    • Published

    array-union

    Create an array of unique values, in order, from the input arrays

    • v3.0.1
    • 60.67
    • Published

    array-type

    the array type info object.

    • v0.1.0
    • 60.58
    • Published

    iterate-value

    Iterate any iterable JS value. Works robustly in all environments, all versions.

    • v1.0.2
    • 60.26
    • Published

    sliced

    A faster Node.js alternative to Array.prototype.slice.call(arguments)

    • v1.0.1
    • 60.24
    • Published

    array.prototype.flat

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

    • v1.3.3
    • 60.16
    • Published

    falsey

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

    • v1.0.0
    • 60.13
    • Published

    is-valid-glob

    Return true if a value is a valid glob pattern or patterns.

    • v1.0.0
    • 60.08
    • Published

    is-array-buffer

    Is this value a JS ArrayBuffer?

    • v3.0.5
    • 59.94
    • Published

    dup

    Initialize an array of arrays to a constant

    • v1.0.0
    • 59.86
    • Published

    array-includes

    An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.

    • v3.1.9
    • 59.82
    • Published

    array.prototype.flatmap

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

    • v1.3.3
    • 59.60
    • Published

    array-rearrange

    Rearrange array elements by index array

    • v2.2.2
    • 59.57
    • Published

    array-range

    creates a new array with given range

    • v1.0.1
    • 59.50
    • Published

    @arr/every

    A tiny, faster alternative to native Array.prototype.every

    • v1.0.1
    • 59.30
    • Published

    array-move

    Move an array item to a different position

    • v4.0.0
    • 59.09
    • Published

    arrify

    Convert a value to an array

    • v3.0.0
    • 59.02
    • Published

    p-iteration

    Make array iteration easy when using async/await and Promises

    • v1.1.8
    • 58.85
    • Published

    ndarray

    Multidimensional Arrays

    • v1.0.19
    • 58.71
    • Published

    is-typedarray

    Detect whether or not an object is a Typed Array

    • v1.0.0
    • 58.71
    • Published

    deep-copy

    Deep copy objects and arrays

    • v1.4.2
    • 58.62
    • Published

    safe-push-apply

    Push an array of items into an array, while being robust against prototype modification

    • v1.0.0
    • 58.54
    • Published

    object.groupby

    An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3.

    • v1.0.3
    • 58.45
    • Published

    array.prototype.findlastindex

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

    • v1.2.6
    • 58.35
    • Published

    typedarray

    TypedArray polyfill for old browsers

    • v0.0.7
    • 58.04
    • Published

    array.prototype.tosorted

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

    • v1.1.4
    • 57.97
    • Published

    d3-array

    Array manipulation, ordering, searching, summarizing, etc.

    • v3.2.4
    • 57.96
    • Published

    array-last

    Get the last or last n elements in an array.

    • v1.3.0
    • 57.83
    • Published

    array-filter-utils

    `array-filter-utils` is a library offering a bulk of functions to filter arrays with type management.

    • v0.1.11
    • 57.65
    • Published

    ndarray-pack

    Packs an array-of-arrays into a single ndarray

    • v1.2.1
    • 57.62
    • Published

    array.prototype.findlast

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

    • v1.2.5
    • 57.59
    • Published

    array-iterate

    `Array#forEach()` but it’s possible to define where to move to next

    • v2.0.1
    • 57.59
    • Published

    arr-filter

    Faster alternative to javascript's native filter method.

    • v1.1.2
    • 57.42
    • Published

    array-sort

    Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.

    • v1.0.0
    • 57.29
    • Published

    is-odd

    Returns true if the given number is odd, and is an integer that does not exceed the JavaScript MAXIMUM_SAFE_INTEGER.

    • v3.0.1
    • 57.28
    • Published

    arr-map

    Faster, node.js focused alternative to JavaScript's native array map.

    • v2.0.2
    • 57.15
    • Published

    arr-union

    Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.

    • v3.1.0
    • 57.07
    • Published

    builtin-modules

    A static list of the Node.js builtin modules from the latest Node.js version

    • v5.0.0
    • 57.00
    • Published

    array-initial

    Get all but the last element or last n elements of an array.

    • v1.1.0
    • 56.97
    • Published

    common-tags

    a few common utility template tags for ES2015

    • v1.8.2
    • 56.78
    • Published

    lazy-property

    Lazily initialized properties for objects

    • v1.0.0
    • 56.77
    • Published

    sort-desc

    Sort array elements in descending order.

    • v0.2.0
    • 56.37
    • Published

    sort-asc

    Sort array elements in ascending order.

    • v0.2.0
    • 56.20
    • Published

    sort-keys

    Sort the keys of an object

    • v6.0.0
    • 56.12
    • Published

    isit

    Tests a value’s type against a string like 'positive integer' or 'non-empty map'.

    • v1.1.0
    • 56.03
    • Published

    bytebuffer

    The swiss army knife for binary data in JavaScript.

    • v5.0.1
    • 55.96
    • Published

    sort-object

    Sort the keys in an object.

    • v3.0.3
    • 55.80
    • Published

    array-bounds

    Find [nd-]array min/max values

    • v1.0.1
    • 55.79
    • Published

    array-uniq

    Create an array without duplicates

    • v3.0.0
    • 55.72
    • Published

    repeat-element

    Create an array by repeating the given value n times.

    • v1.1.4
    • 55.69
    • Published

    ip-cidr

    Module for working with CIDR (v4, v6)

    • v4.0.2
    • 55.65
    • Published

    as-array

    Make any value an array. No dependencies.

    • v2.0.0
    • 55.21
    • Published

    get-set-props

    List of getter/setter properties for JavaScript types

    • v0.2.0
    • 55.01
    • Published

    obj-props

    List of properties for JavaScript objects

    • v2.0.0
    • 54.83
    • Published

    iota-array

    Generates an array of consecutive integers starting at 0

    • v1.0.0
    • 54.79
    • Published

    js-types

    List of JavaScript types

    • v4.0.0
    • 54.77
    • Published

    typechecker

    Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)

    • v9.3.0
    • 54.70
    • Published

    is-builtin-module

    Check if a string matches the name of a Node.js builtin module

    • v5.0.0
    • 54.70
    • 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
    • 54.57
    • Published

    compute-dot

    Computes the dot product between two numeric arrays.

    • v1.1.0
    • 54.54
    • Published

    array-back

    Guarantees an array back

    • v6.2.2
    • 54.31
    • Published

    array.prototype.reduce

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

    • v1.0.8
    • 54.30
    • Published

    methmeth

    Execute a method out from an object.

    • v1.1.0
    • 54.27
    • Published

    is-empty

    Check whether a value is "empty".

    • v1.2.0
    • 54.22
    • Published

    async-each

    No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.

    • v1.0.6
    • 54.20
    • Published

    router-ips

    List of common default router IP addresses

    • v2.0.0
    • 54.11
    • Published

    compute-l2norm

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

    • v1.1.0
    • 54.11
    • Published

    array-reduce

    `[].reduce()` for old browsers

    • v0.0.0
    • 54.00
    • Published

    index-array-by

    A utility function to index arrays by any criteria

    • v1.4.2
    • 53.78
    • Published

    is-circular

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

    • v1.0.2
    • 53.75
    • Published

    @crabas0npm/perferendis-nihil-facere

    0-dependency, high-performance, reactive event handling library optimized for both browser and Node.js environments. This library introduces a robust and type-safe abstraction for handling events, reducing boilerplate and increasing code maintainability.

    • v1.0.0
    • 53.73
    • Published

    reduce-unique

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

    • v2.0.1
    • 53.67
    • Published

    globjoin

    Join paths and globs.

    • v0.1.4
    • 53.59
    • Published

    @hoangcung1804npm/minus-amet-atque

    0-dependency, high-performance, reactive event handling library optimized for both browser and Node.js environments. This library introduces a robust and type-safe abstraction for handling events, reducing boilerplate and increasing code maintainability.

    • v1.0.0
    • 53.56
    • Published

    sparse-array

    Sparse array implementation in JS with no dependencies

    • v1.3.2
    • 53.43
    • Published

    first-match

    Find the first element in an array that passes a callback test. Equivalent to underscore.find()

    • v0.0.1
    • 53.19
    • Published

    any

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

    • v1.0.0
    • 53.10
    • Published

    intersect

    Find the intersection of two arrays

    • v1.0.1
    • 52.93
    • Published

    filled-array

    Returns an array filled with the specified input

    • v2.2.0
    • 52.81
    • Published

    circularr

    Circular fixed size array

    • v0.3.0
    • 52.76
    • 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
    • 52.51
    • Published

    arr-rotate

    Rotate all items in an array

    • v1.0.0
    • 52.43
    • Published

    tiny-each-async

    Asynchronous iterator function for parallel processing.

    • v2.0.3
    • 52.42
    • Published

    @thi.ng/arrays

    Array / Arraylike utilities

    • v2.13.11
    • 52.30
    • Published

    @mobily/ts-belt

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

    • v3.13.1
    • 52.28
    • Published

    to-array-buffer

    Convert any binary data to ArrayBuffer

    • v3.2.0
    • 52.16
    • Published

    array-to-error

    Create an error from an array of error messages

    • v1.1.1
    • 52.07
    • Published

    @thi.ng/equiv

    Extensible deep value equivalence checking for any data types

    • v2.1.92
    • 51.93
    • Published

    array-each

    Loop over each item in an array and call the given function on every element.

    • v1.0.1
    • 51.83
    • Published

    find-replace

    Replace or remove multiple items in an array.

    • v5.0.2
    • 51.65
    • Published

    javascript-natural-sort

    Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license

    • v0.7.1
    • 51.57
    • Published

    jsod

    Diff, diff3 and patch objects of any fundamental or derived type, natively in javascript

    • v0.3.0
    • 51.40
    • Published

    hasharray

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

    • v1.1.2
    • 51.32
    • Published

    @hutechtechnical/voluptates-ipsa-in-numquam

    ![logo](https://qcobjects.dev/qcobjects_01.png) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FQuickCorp%2FQCObjects-SDK.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FQuickCorp%2FQCObjects-SDK?ref=badge_shield

    • v1.0.0
    • 51.30
    • Published

    array-equal

    Check if two arrays are equal

    • v2.0.0
    • 51.01
    • Published

    new-array

    create a new array filled with a value, or zero

    • v1.0.0
    • 51.01
    • Published

    humanize-list

    Comma delimit an array for human readability, the Oxford comma is optional.

    • v1.0.1
    • 50.89
    • Published

    combine-lists

    Merge two lists, trying to preserve the order of both

    • v1.0.1
    • 50.82
    • Published

    make-array

    Creates a real Array from almost anything.

    • v1.0.5
    • 50.76
    • Published

    ndarray-sort

    Sorts ndarrays in place

    • v1.0.1
    • 50.62
    • Published

    is-array-like

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

    • v1.1.2
    • 50.52
    • Published

    gl-vao

    Vertex array object wrapper/shim for WebGL

    • v1.3.0
    • 50.37
    • Published

    get-closest

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

    • v0.0.4
    • 50.35
    • Published

    expand-braces

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

    • v0.1.2
    • 50.33
    • Published

    array.prototype.map

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

    • v1.0.8
    • 50.25
    • Published

    group-array

    Group array of objects into lists.

    • v1.0.0
    • 50.24
    • Published

    gl-buffer

    WebGL buffer wrapper

    • v2.1.2
    • 49.86
    • Published

    deep-for-each

    Recursively iterates over arrays and objects

    • v3.0.0
    • 49.82
    • Published

    async-some

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

    • v1.0.2
    • 49.73
    • Published

    is-even

    Return true if the given number is even.

    • v1.0.0
    • 49.71
    • 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
    • 49.65
    • Published

    array.prototype.filter

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

    • v1.0.4
    • 49.52
    • Published

    or

    Returns an element from an array when it matches a condition

    • v0.2.0
    • 49.49
    • Published

    reduce-flatten

    Isomorphic map-reduce function to flatten an array into the supplied array

    • v3.0.1
    • 49.44
    • Published

    run-series

    Run an array of functions in series

    • v1.1.9
    • 49.37
    • Published

    utf8-length

    return the number of bytes in a unicode string

    • v0.0.1
    • 49.32
    • Published

    array-shuffle

    Randomize the order of items in an array

    • v3.0.0
    • 49.31
    • Published

    array.prototype.toreversed

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

    • v1.1.2
    • 49.29
    • Published

    indexed-filter

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

    • v1.0.3
    • 49.18
    • Published

    array-index

    Invoke getter/setter functions on array-like objects

    • v1.0.0
    • 49.09
    • Published

    isnot

    All imaginable type checking utils with their negation

    • v1.0.4
    • 48.99
    • Published

    response-iterator

    Creates an async iterator for a variety of inputs in the browser and node. Supports fetch, node-fetch, and cross-fetch

    • v1.0.1
    • 48.96
    • Published

    @osjwnpm/iure-qui-fugit

    0-dependency, high-performance, reactive event handling library optimized for both browser and Node.js environments. This library introduces a robust and type-safe abstraction for handling events, reducing boilerplate and increasing code maintainability.

    • v1.0.0
    • 48.94
    • Published

    run-parallel-limit

    Run an array of functions in parallel, but limit the number of tasks executing at the same time

    • v1.1.0
    • 48.68
    • Published

    listify

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

    • v1.0.3
    • 48.62
    • Published

    zip-object

    Create an object from from arrays of keys and values

    • v0.1.0
    • 48.55
    • Published

    stream-array

    Pipe an Array through Node.js streams

    • v1.1.2
    • 48.32
    • Published

    each-parallel-async

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

    • v1.0.0
    • 48.18
    • 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
    • 48.07
    • Published

    shuffle-array

    Randomize the order of the elements in a given array.

    • v1.0.1
    • 47.86
    • Published

    arr-swap

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

    • v1.0.1
    • 47.86
    • Published

    @nixat/vector

    Lightweight, type-safe array manipulation library for modern JavaScript

      • v0.1.0
      • 47.75
      • Published

      @hapi/vise

      Treat multiple buffers as one

      • v5.0.1
      • 47.73
      • Published

      path-array

      Treat your $PATH like a JavaScript Array

      • v1.0.1
      • 47.71
      • 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
      • 47.55
      • Published

      cartesian-product

      Compute the cartesian product of an array.

      • v2.1.2
      • 47.50
      • Published