array-like

There are 71 repositories under array-like topic.

  • utils-any-by

    Test whether at least one element in a collection passes a test implemented by a predicate function.

    Language:JavaScript1
  • utils-async-every-by

    Test whether all elements in a collection pass a test implemented by a predicate function.

    Language:JavaScript1
  • utils-async-for-each-right

    Invoke a function once for each element in a collection, iterating from right to left.

    Language:JavaScript1
  • utils-async-inmap-right

    Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

    Language:JavaScript1
  • utils-async-inmap

    Invoke a function for each element in a collection and update the collection in-place.

    Language:JavaScript1
  • utils-async-none-by

    Test whether all elements in a collection fail a test implemented by a predicate function.

    Language:JavaScript1
  • utils-async-some-by

    Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

    Language:JavaScript1
  • utils-do-until-each

    Until a test condition is true, invoke a function for each element in a collection.

    Language:JavaScript1
  • utils-do-while-each

    While a test condition is true, invoke a function for each element in a collection.

    Language:JavaScript1
  • utils-every-by-right

    Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

    Language:JavaScript1
  • utils-every-by

    Test whether all elements in a collection pass a test implemented by a predicate function.

    Language:JavaScript1
  • utils-for-each-right

    Invoke a function for each element in a collection, iterating from right to left.

    Language:JavaScript1
  • utils-for-each

    Invoke a function for each element in a collection.

    Language:JavaScript1
  • utils-inmap

    Invoke a function for each element in a collection and update the collection in-place.

    Language:JavaScript1
  • utils-key-by-right

    Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.

    Language:JavaScript1
  • utils-key-by

    Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.

    Language:JavaScript1
  • utils-none-by-right

    Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

    Language:JavaScript1
  • utils-none-by

    Test whether all elements in a collection fail a test implemented by a predicate function.

    Language:JavaScript1
  • utils-some-by-right

    Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

    Language:JavaScript1
  • utils-some-by

    Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.

    Language:JavaScript1
  • utils-some

    Test whether a collection contains at least `n` elements which are truthy.

    Language:JavaScript1
  • utils-until-each-right

    Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

    Language:JavaScript1
  • utils-until-each

    Until a test condition is true, invoke a function for each element in a collection.

    Language:JavaScript1
  • utils-while-each-right

    While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

    Language:JavaScript1
  • utils-while-each

    While a test condition is true, invoke a function for each element in a collection.

    Language:JavaScript1
  • assert-is-arguments

    Test if a value is an arguments object.

    Language:JavaScript1
  • make-iterable

    How to make object as array? This TypeScript library makes objects as Array like and iterable. Open lopatnov/make-iterable project and see for yourself.

    Language:JavaScript1
  • isArrayLike

    Check if an object is array-like

    Language:JavaScript1
  • a-iterable

    An Iterable implementation with ES6 Array-like API

    Language:TypeScript1
  • DotObjectArray

    Implements array-like methods for Object with support for dotted notation keys

    Language:JavaScript1
  • each-arg

    Iterates through arguments or any other array-like object starting from specific index.

    Language:TypeScript
  • args-to-arr

    Converts arguments or any other array-like object into an array starting from specific index.

    Language:TypeScript
  • next-is-array-like

    Array like for next.

    Language:JavaScript
  • array-like-slice-x

    Cross-browser array-like slicer.

    Language:JavaScript
  • doubt

    Checks entity if array, arguments, iterable or array-like.

    Language:JavaScript