An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: array-like

stdlib-js/iter-to-array-view-right

Fill an array-like object view from right to left with values returned from an iterator.

Language: JavaScript - Size: 1.59 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-array-like-object

Test if a value is an array-like object.

Language: JavaScript - Size: 414 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-every

Test whether all elements in a collection are truthy.

Language: JavaScript - Size: 1.15 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-any-by

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

Language: JavaScript - Size: 933 KB - Last synced at: 3 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-none-by

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

Language: JavaScript - Size: 913 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-any

Test whether at least one element in a collection is truthy.

Language: JavaScript - Size: 676 KB - Last synced at: 3 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/streams-node-from-circular-array

Create a readable stream from a circular array-like object.

Language: JavaScript - Size: 1.62 MB - Last synced at: 9 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-any-by-right

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

Language: JavaScript - Size: 1020 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 3 - Forks: 0

stdlib-js/assert-is-number-array

Test if a value is an array-like object of numbers.

Language: JavaScript - Size: 601 KB - Last synced at: 3 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-index-of

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

Language: JavaScript - Size: 878 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-bifurcate

Split values into two groups.

Language: JavaScript - Size: 1.55 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-some-by

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

Language: JavaScript - Size: 1000 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/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: JavaScript - Size: 921 KB - Last synced at: 9 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/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: JavaScript - Size: 946 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-while-each

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

Language: JavaScript - Size: 925 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-for-each

Invoke a function for each element in a collection.

Language: JavaScript - Size: 849 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/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: JavaScript - Size: 835 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-for-each-right

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

Language: JavaScript - Size: 879 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-for-each-right

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

Language: JavaScript - Size: 933 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/array-base-cusome-by-right

Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.

Language: JavaScript - Size: 923 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-function-array

Test if a value is an array-like object containing only functions.

Language: JavaScript - Size: 699 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

manferlo81/each-arg

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

Language: TypeScript - Size: 2.3 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

manferlo81/args-to-arr

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

Language: TypeScript - Size: 2.48 MB - Last synced at: about 16 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

rsokl/phantom-tensors

Tensor-like types – with variadic shapes – that support both static and runtime type checking, and convenient parsing

Language: Python - Size: 158 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 19 - Forks: 2

stdlib-js/utils-until-each

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

Language: JavaScript - Size: 903 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-every-by-right

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

Language: JavaScript - Size: 944 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-empty-array-like-object

Test if a value is an empty array-like object.

Language: JavaScript - Size: 317 KB - Last synced at: 26 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/streams-node-from-array

Create a readable stream from an array-like object.

Language: JavaScript - Size: 1.62 MB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

stdlib-js/utils-async-inmap

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

Language: JavaScript - Size: 965 KB - Last synced at: 22 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-every-by

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

Language: JavaScript - Size: 949 KB - Last synced at: 29 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/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: JavaScript - Size: 953 KB - Last synced at: 22 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-some-by

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

Language: JavaScript - Size: 944 KB - Last synced at: 25 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-every-by

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

Language: JavaScript - Size: 925 KB - Last synced at: 20 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-truthy-array

Test if a value is an array-like object containing only truthy values.

Language: JavaScript - Size: 465 KB - Last synced at: 25 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-contains

Test if an array-like value contains a search value.

Language: JavaScript - Size: 1.05 MB - Last synced at: 25 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

stdlib-js/assert-is-falsy-array

Test if a value is an array-like object containing only falsy values.

Language: JavaScript - Size: 458 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-while-each

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

Language: JavaScript - Size: 958 KB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-async-none-by

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

Language: JavaScript - Size: 941 KB - Last synced at: about 8 hours ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-to-accessor-array

Convert an array-like object to a minimal array-like object supporting the accessor protocol.

Language: JavaScript - Size: 1.2 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/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: JavaScript - Size: 914 KB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/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: JavaScript - Size: 927 KB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/streams-node-from-strided-array

Create a readable stream from a strided array-like object.

Language: JavaScript - Size: 1.38 MB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-any-by-right

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

Language: JavaScript - Size: 933 KB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-cunone-by-right

Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Language: JavaScript - Size: 1.14 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-cuevery-by-right

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Language: JavaScript - Size: 388 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/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: JavaScript - Size: 1010 KB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-do-until-each

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

Language: JavaScript - Size: 956 KB - Last synced at: 27 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-symbol-array

Test if a value is an array-like object containing only symbols.

Language: JavaScript - Size: 520 KB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

stdlib-js/assert-is-array-like

Test if a value is array-like.

Language: JavaScript - Size: 406 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

stdlib-js/utils-async-any-by

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

Language: JavaScript - Size: 1000 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

lopatnov/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: JavaScript - Size: 585 KB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

stdlib-js/iter-to-array-view

Fill an array-like object view with values returned from an iterator.

Language: JavaScript - Size: 1.32 MB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-none

Test whether all elements in a collection are falsy.

Language: JavaScript - Size: 1.17 MB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-for-each

Invoke a function once for each element in a collection.

Language: JavaScript - Size: 931 KB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/array-base-cuany-by-right

Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Language: JavaScript - Size: 535 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-tools-array-like-function

Return a function which tests if every element in an array-like object passes a test condition.

Language: JavaScript - Size: 743 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/array-base-accessor

Create a minimal array-like object supporting the accessor protocol from another array-like object.

Language: JavaScript - Size: 960 KB - Last synced at: 21 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-arguments

Test if a value is an arguments object.

Language: JavaScript - Size: 727 KB - Last synced at: 10 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-inmap

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

Language: JavaScript - Size: 878 KB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

thadeu/recollect-array 📦

🔃 Simple wrapper to filter array using Ruby and simple predicate conditions

Language: Ruby - Size: 70.3 KB - Last synced at: 14 days ago - Pushed at: 6 months ago - Stars: 8 - Forks: 0

stdlib-js/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: JavaScript - Size: 919 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-some

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

Language: JavaScript - Size: 792 KB - Last synced at: 24 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

uzmoi/parsea

parser combinator library for parsing array-like

Language: TypeScript - Size: 748 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

dcousens/is-sorted

A small module to check if an Array is sorted

Language: JavaScript - Size: 16.6 KB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 23 - Forks: 32

liqueurdetoile/DotObjectArray

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

Language: JavaScript - Size: 4.38 MB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

munrocket/overload-bracket

Overloading square bracket operator [] in javascript and other array methods to any object with container using es6 proxy.

Language: JavaScript - Size: 15.6 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 2

proc7ts/a-iterable 📦

An Iterable implementation with ES6 Array-like API

Language: TypeScript - Size: 2.4 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

SalsaBoy990/basestats

:chart_with_upwards_trend: A Node.js module that calculates basic statistics from arrays, array-like objects, JSON and data from MongoDB etc.

Language: JavaScript - Size: 163 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Xotic750/array-like-slice-x

Cross-browser array-like slicer.

Language: JavaScript - Size: 2.58 MB - Last synced at: about 2 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Gyumeijie/isArrayLike

Check if an object is array-like

Language: JavaScript - Size: 7.81 KB - Last synced at: 2 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

afeiship/next-is-array-like

Array like for next.

Language: JavaScript - Size: 3.91 KB - Last synced at: 15 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

volkovasystems/doubt

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

Language: JavaScript - Size: 4.98 MB - Last synced at: 5 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0