JSPM

Found 9803 results for array copy

indexof

Microsoft sucks

    • v0.0.1
    • 51.25
    • Published

    iterate-value

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

    • v1.0.2
    • 51.04
    • Published

    stream-to-array

    Concatenate a readable stream's data into a single array

    • v2.3.0
    • 50.92
    • 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.19
    • 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.98
    • Published

    run-series

    Run an array of functions in series

    • v1.1.9
    • 49.65
    • Published

    micro-es7-shim

    No-bullshit super-simple es7 collections shim for Array#includes, Object.values, Object.entries

    • v0.1.0
    • 49.41
    • Published

    array-last

    Get the last or last n elements in an array.

    • v1.3.0
    • 49.32
    • Published

    p-waterfall

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

    • v3.0.0
    • 49.31
    • 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
    • 49.31
    • Published

    reduce-flatten

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

    • v3.0.1
    • 49.28
    • Published

    array-filter

    Array#filter for older browsers.

    • v1.0.0
    • 49.17
    • Published

    order-map

    A order-map collection in the form of key, value, that ensures the index.

    • v0.3.1
    • 48.97
    • 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.93
    • Published

    array-from

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

    • v2.1.1
    • 48.85
    • Published

    arr-filter

    Faster alternative to javascript's native filter method.

    • v1.1.2
    • 48.81
    • Published

    compute-gcd

    Computes the greatest common divisor (gcd).

    • v1.2.1
    • 48.77
    • Published

    node-red-contrib-copy-array

    A Node-RED node to copy array data obtained from influxdb out node and display it on FlowFuse Dashboard 2.0

    • v1.0.0
    • 48.73
    • Published

    array-initial

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

    • v1.1.0
    • 48.69
    • Published

    compute-lcm

    Computes the least common multiple (lcm).

    • v1.1.2
    • 48.68
    • Published

    async-foreach

    An optionally-asynchronous forEach with an interesting interface.

    • v0.1.3
    • 48.46
    • 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
    • 48.42
    • Published

    arr-map

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

    • v2.0.2
    • 48.29
    • 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
    • 48.13
    • Published

    array-iterate

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

    • v2.0.1
    • 48.05
    • Published

    @hapi/vise

    Treat multiple buffers as one

    • v5.0.1
    • 47.96
    • Published

    sort-desc

    Sort array elements in descending order.

    • v0.2.0
    • 47.80
    • Published

    utf8-string-bytes

    Convert a string to utf8 byte array or vice versa.

      • v1.0.3
      • 47.77
      • Published

      find-index

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

      • v1.1.1
      • 47.74
      • Published

      sort-object

      Sort the keys in an object.

      • v3.0.3
      • 47.74
      • Published

      sort-asc

      Sort array elements in ascending order.

      • v0.2.0
      • 47.74
      • Published

      array-find

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

      • v1.0.0
      • 47.48
      • Published

      array-map

      `[].map(f)` for older browsers

      • v0.0.1
      • 47.42
      • Published

      levenary

      [![npm-version](https://img.shields.io/npm/v/levenary.svg)](https://www.npmjs.com/package/levenary) [![github-actions](https://github.com/tanhauhau/levenary/workflows/CI/badge.svg)](https://github.com/tanhauhau/levenary/actions)

      • v1.1.1
      • 47.40
      • Published

      sort-any

      Sorts any JavaScript array in a predictable way (deep equal arrays are always sorted in the same order)

      • v4.0.6
      • 47.25
      • Published

      array-findindex-polyfill

      Simple ES6 Array.prototype.findIndex polyfill for older environments.

      • v0.1.0
      • 47.25
      • Published

      as-array

      Make any value an array. No dependencies.

      • v2.0.0
      • 47.06
      • Published

      sliced

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

      • v1.0.1
      • 47.05
      • Published

      ndarray

      Multidimensional Arrays

      • v1.0.19
      • 46.83
      • Published

      array-reduce

      `[].reduce()` for old browsers

      • v0.0.0
      • 46.62
      • Published

      on-change

      Watch an object or array for changes

      • v5.0.1
      • 46.58
      • Published

      p-iteration

      Make array iteration easy when using async/await and Promises

      • v1.1.8
      • 46.31
      • Published

      iota-array

      Generates an array of consecutive integers starting at 0

      • v1.0.0
      • 46.27
      • Published

      is-empty

      Check whether a value is "empty".

      • v1.2.0
      • 46.07
      • Published

      object-assign-deep

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

      • v0.4.0
      • 46.01
      • Published

      first-match

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

      • v0.0.1
      • 45.41
      • 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
      • 45.24
      • Published

      split-array-stream

      Safely push each item of an array to a stream

      • v2.0.0
      • 45.24
      • Published

      @metamask/superstruct

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

      • v3.2.1
      • 45.22
      • Published

      sort-on

      Sort an array on an object property

      • v6.1.1
      • 45.19
      • Published

      @arr/every

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

      • v1.0.1
      • 45.19
      • Published

      dtype

      Return a data type from a string representing the type

      • v2.0.0
      • 44.98
      • Published

      ndarray-pack

      Packs an array-of-arrays into a single ndarray

      • v1.2.1
      • 44.95
      • Published

      @75lb/deep-merge

      Deep-merge the values of one object structure into another

      • v1.1.2
      • 44.66
      • Published

      dup

      Initialize an array of arrays to a constant

      • v1.0.0
      • 44.54
      • Published

      @js-util/array-shuffle

      Given an array, shuffles a cloned copy, and returns it. (Fisher–Yates method)

      • v1.0.3
      • 44.49
      • Published

      arr-rotate

      Rotate all items in an array

      • v1.0.0
      • 44.33
      • Published

      array-range

      creates a new array with given range

      • v1.0.1
      • 44.33
      • Published

      array-rearrange

      Rearrange array elements by index array

      • v2.2.2
      • 44.23
      • Published

      array-bounds

      Find [nd-]array min/max values

      • v1.0.1
      • 44.19
      • Published

      array-normalize

      Normalize array (possibly n-dimensional) to zero mean and unit variance

      • v2.0.0
      • 44.17
      • Published

      section-iterator

      Simple iterator for flat and multi section lists

      • v2.0.0
      • 44.11
      • Published

      get-set-props

      List of getter/setter properties for JavaScript types

      • v0.2.0
      • 44.10
      • Published

      array-move

      Move an array item to a different position

      • v4.0.0
      • 44.06
      • Published

      @kyleshockey/object-assign-deep

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

      • v0.4.2
      • 43.85
      • Published

      obj-props

      List of properties for JavaScript objects

      • v2.0.0
      • 43.81
      • Published

      js-types

      List of JavaScript types

      • v4.0.0
      • 43.81
      • Published

      typechecker

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

      • v9.3.0
      • 43.63
      • Published

      common-sequence

      Returns an array containing the initial elements which both input arrays have in common

      • v3.0.0
      • 43.60
      • Published

      defaulty

      Copies missing properties to the target object.

      • v2.1.0
      • 43.48
      • Published

      jsonexport

      Makes easy to convert JSON to CSV

      • v3.2.0
      • 43.39
      • Published

      mergician

      Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.

      • v2.0.2
      • 43.33
      • Published

      humanize-list

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

      • v1.0.1
      • 43.24
      • Published

      to-rotated

      Rotate an array by a given number of steps

      • v1.0.0
      • 43.23
      • Published

      seededshuffle

      Shuffle and unshuffle an array by seed/key.

      • v0.2.0
      • 43.20
      • Published

      @budibase/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.14.2
      • 43.18
      • Published

      get-closest

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

      • v0.0.4
      • 43.18
      • Published

      @thi.ng/arrays

      Array / Arraylike utilities

      • v2.13.10
      • 43.12
      • Published

      sort-array

      Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order

      • v5.1.1
      • 42.97
      • Published

      make-array

      Creates a real Array from almost anything.

      • v1.0.5
      • 42.96
      • Published

      compute-dot

      Computes the dot product between two numeric arrays.

      • v1.1.0
      • 42.93
      • Published

      fast-shuffle

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

      • v6.1.1
      • 42.83
      • Published

      combine-lists

      Merge two lists, trying to preserve the order of both

      • v1.0.1
      • 42.81
      • Published

      @thi.ng/equiv

      Extensible deep value equivalence checking for any data types

      • v2.1.91
      • 42.81
      • Published

      is-even

      Return true if the given number is even.

      • v1.0.0
      • 42.65
      • Published

      @thi.ng/zipper

      Functional tree editing, manipulation & navigation

      • v2.1.148
      • 42.60
      • Published

      expand-braces

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

      • v0.1.2
      • 42.58
      • 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.40
      • Published

      deep-for-each

      Recursively iterates over arrays and objects

      • v3.0.0
      • 42.37
      • Published

      is-circular

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

      • v1.0.2
      • 42.37
      • Published

      array-hyper-unique

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

      • v2.1.6
      • 42.32
      • 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
      • 42.22
      • Published

      compute-l2norm

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

      • v1.1.0
      • 42.15
      • Published

      falsey

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

      • v1.0.0
      • 42.04
      • 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
      • 42.02
      • Published

      router-ips

      List of common default router IP addresses

      • v2.0.0
      • 41.95
      • Published

      flat-util

      Flatten a nested array.

      • v1.1.11
      • 41.92
      • Published

      ip-cidr

      Module for working with CIDR (v4, v6)

      • v4.0.2
      • 41.86
      • Published

      @mobily/ts-belt

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

      • v3.13.1
      • 41.77
      • Published

      index-array-by

      A utility function to index arrays by any criteria

      • v1.4.2
      • 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.72
      • Published

      deep-override

      recursive object extending & overriding

      • v1.0.2
      • 41.72
      • Published

      reduce-unique

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

      • v2.0.1
      • 41.63
      • Published

      lazy-property

      Lazily initialized properties for objects

      • v1.0.0
      • 41.62
      • Published

      ranges-sort

      Sort string index ranges

      • v6.0.14
      • 41.53
      • Published

      listify

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

      • v1.0.3
      • 41.50
      • Published

      rtrim-array

      Removes specified values from the end of an array.

      • v1.1.0
      • 41.47
      • Published

      object-pairs

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

      • v0.1.0
      • 41.46
      • Published

      copy-kopya

      Create an immutable clone or copy of data. This could be an array, object, map, set or function.

      • v1.0.0
      • 41.45
      • Published

      @firanorg/mollitia-molestias-accusamus

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

      • v10.13.142
      • 41.44
      • Published

      tiny-each-async

      Asynchronous iterator function for parallel processing.

      • v2.0.3
      • 41.25
      • 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
      • 41.24
      • Published

      run-waterfall

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

      • v1.1.7
      • 41.22
      • Published

      array-to-sentence

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

      • v2.0.0
      • 41.21
      • Published

      dotenv-parse-variables

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

      • v2.0.0
      • 41.20
      • Published

      stream-array

      Pipe an Array through Node.js streams

      • v1.1.2
      • 41.16
      • Published

      is-array

      Check if the given value is an Array

      • v1.0.1
      • 40.94
      • 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.94
      • Published

      shuffle-array

      Randomize the order of the elements in a given array.

      • v1.0.1
      • 40.67
      • Published

      filled-array

      Returns an array filled with the specified input

      • v2.2.0
      • 40.61
      • 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.54
      • 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.50
      • Published

      array.prototype.foreach

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

      • v1.0.7
      • 40.14
      • Published

      methmeth

      Execute a method out from an object.

      • v1.1.0
      • 40.13
      • Published

      typescript-collections

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

      • v1.3.3
      • 40.10
      • Published

      array-to-error

      Create an error from an array of error messages

      • v1.1.1
      • 40.07
      • Published

      new-array

      create a new array filled with a value, or zero

      • v1.0.0
      • 39.82
      • Published

      remove-array-items

      remove items from a javascript array without generating memory garbage

      • v3.0.0
      • 39.73
      • Published

      array.prototype.tospliced

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

      • v1.1.5
      • 39.71
      • Published

      dotsplit.js

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

      • v1.1.0
      • 39.69
      • Published

      intersect

      Find the intersection of two arrays

      • v1.0.1
      • 39.67
      • 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.67
      • Published

      uc-first-array

      Uppercase first character of each element in arrays of strings.

      • v1.1.11
      • 39.48
      • Published

      dank-map

      A map function that can map over almost anything.

      • v0.1.0
      • 39.48
      • Published

      sort-by

      Sort objects by property names using native Array.sort()

      • v1.2.0
      • 39.47
      • 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.41
      • Published

      dank-each

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

      • v1.0.0
      • 39.40
      • Published

      hifo

      Remembers the highest/lowest values in a data set of any size.

      • v1.0.0
      • 39.40
      • Published

      sort-object-keys2

      Sort an object's keys, including an optional key list

      • v3.0.7
      • 39.36
      • Published

      circularr

      Circular fixed size array

      • v0.3.0
      • 39.34
      • Published

      make-unique

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

      • v1.0.4
      • 39.29
      • Published

      data-bind-mapper

      Bind data arrays to any type of JS objects

      • v1.0.3
      • 39.29
      • Published

      group-array

      Group array of objects into lists.

      • v1.0.0
      • 39.27
      • Published

      sparse-array

      Sparse array implementation in JS with no dependencies

      • v1.3.2
      • 39.02
      • Published

      sort-es

      Blazing fast, tree-shakeable, type-safe, modern utility library to sort any type of array in less than 1 KB!

      • v1.7.16
      • 38.86
      • Published

      array-shuffle

      Randomize the order of items in an array

      • v3.0.0
      • 38.74
      • Published

      @bbob/parser

      A BBCode to AST Parser part of @bbob

      • v4.2.0
      • 38.59
      • Published

      notation

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

      • v2.0.0
      • 38.59
      • Published

      just-compare

      compare two collections

      • v2.3.0
      • 38.58
      • 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.55
      • Published

      clz-buffer

      Count leading zeros in a Buffer (clz)

      • v1.0.0
      • 38.48
      • Published

      ends-with

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

      • v1.0.1
      • 38.46
      • Published

      utils-flatten

      flatten() utility function

      • v1.0.0
      • 38.43
      • Published

      an-array

      Check if an object is an array or a typed array

      • v1.0.0
      • 38.31
      • 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.21
      • 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
      • 38.11
      • Published

      obop

      MongoDB-style object operators makes array manipulation easy: where/order/update/view

      • v1.0.0
      • 38.01
      • Published

      arr-swap

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

      • v1.0.1
      • 37.89
      • 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.86
      • Published

      combinations

      find all combinations from array

      • v1.0.0
      • 37.83
      • Published

      fast-array-diff

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

      • v1.1.0
      • 37.75
      • Published

      gammautils

      Lots of utilities for Node.js

      • v0.0.81
      • 37.74
      • Published

      to-array-buffer

      Convert any binary data to ArrayBuffer

      • v3.2.0
      • 37.71
      • Published

      each-parallel-async

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

      • v1.0.0
      • 37.70
      • Published

      p-series

      Run promise-returning & async functions in series

      • v3.0.0
      • 37.68
      • Published

      states-us

      List of US states and territories.

      • v1.1.1
      • 37.58
      • 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.54
      • Published

      array-keyed-map

      a map from arrays of values to values

      • v2.1.3
      • 37.48
      • Published

      array-index

      Invoke getter/setter functions on array-like objects

      • v1.0.0
      • 37.48
      • Published

      just-unique

      dedupes an array

      • v4.2.0
      • 37.42
      • Published

      feature-detect-es6

      Detect which ES6 (ES2015 and above) features are available

      • v1.5.0
      • 37.32
      • 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.28
      • Published

      arrayify-compact

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

      • v0.2.0
      • 37.19
      • Published

      any

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

      • v1.0.0
      • 37.11
      • Published

      utf8-length

      return the number of bytes in a unicode string

      • v0.0.1
      • 37.05
      • Published

      utils-indexof

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

      • v1.0.0
      • 37.02
      • Published

      deep-map

      Transforms nested values of complex objects

      • v2.0.0
      • 37.02
      • Published

      get-depth

      Get the Depth of a Multi-Dimensional Array of Values

      • v0.0.3
      • 37.01
      • Published

      calc-stats

      Memory-Aware Statistical Calculations

      • v2.6.0
      • 36.97
      • Published

      arr-pluck

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

      • v0.1.0
      • 36.94
      • Published

      is-blank

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

      • v2.1.0
      • 36.82
      • Published

      iter-fun

      Fun with Iterables

      • v0.2.0
      • 36.76
      • 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.72
      • Published

      xdim

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

      • v1.10.1
      • 36.70
      • Published

      shuffle-seed

      Shuffle Array based on a Seed

      • v1.1.6
      • 36.68
      • Published

      fast-min

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

      • v0.4.0
      • 36.67
      • Published

      cartesian-product

      Compute the cartesian product of an array.

      • v2.1.2
      • 36.65
      • 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.63
      • Published

      path-array

      Treat your $PATH like a JavaScript Array

      • v1.0.1
      • 36.55
      • Published

      zip-object

      Create an object from from arrays of keys and values

      • v0.1.0
      • 36.52
      • Published

      deep-map-keys

      Transforms nested keys of complex objects

      • v2.0.1
      • 36.51
      • 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