Ecosyste.ms: Repos

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

GitHub topics: array-like

rsokl/phantom-tensors

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

Language: Python - Size: 176 KB - Last synced: 5 days ago - Pushed: 6 days ago - Stars: 15 - Forks: 2

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

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

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

liqueurdetoile/DotObjectArray

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

Language: JavaScript - Size: 4.38 MB - Last synced: 9 days ago - Pushed: over 1 year 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.54 MB - Last synced: 19 days ago - Pushed: about 1 month ago - Stars: 1 - 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: Makefile - Size: 792 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-array-like

Test if a value is array-like.

Language: Makefile - Size: 478 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 1

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: 876 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

dcousens/is-sorted

A small module to check if an Array is sorted

Language: JavaScript - Size: 16.6 KB - Last synced: 22 days ago - Pushed: 4 months ago - Stars: 22 - Forks: 31

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: 29 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

thadeu/recollect-array

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

Language: Ruby - Size: 53.7 KB - Last synced: 27 days ago - Pushed: about 1 year ago - Stars: 8 - Forks: 0

proc7ts/a-iterable 📦

An Iterable implementation with ES6 Array-like API

Language: TypeScript - Size: 2.4 MB - Last synced: 3 months ago - Pushed: over 3 years 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: Makefile - Size: 1.03 MB - Last synced: 9 days ago - Pushed: about 1 month ago - Stars: 1 - 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: 794 KB - Last synced: 9 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-none

Test whether all elements in a collection are falsy.

Language: Makefile - Size: 774 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/streams-node-from-array

Create a readable stream from an array-like object.

Language: JavaScript - Size: 1.41 MB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 3 - Forks: 0

stdlib-js/assert-is-symbol-array

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

Language: Makefile - Size: 1.09 MB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 3 - 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: 979 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 3 - Forks: 0

stdlib-js/assert-contains

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

Language: JavaScript - Size: 678 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 3 - Forks: 0

stdlib-js/utils-every

Test whether all elements in a collection are truthy.

Language: Makefile - Size: 774 KB - Last synced: 9 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/utils-any

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

Language: Makefile - Size: 559 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/utils-async-for-each

Invoke a function once for each element in a collection.

Language: JavaScript - Size: 860 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 2 - 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: 781 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 786 KB - Last synced: 7 days ago - Pushed: about 1 month 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: 786 KB - Last synced: 7 days ago - Pushed: about 1 month 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: 768 KB - Last synced: 19 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

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: 1.06 MB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - 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: Makefile - Size: 648 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 2 - 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: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

stdlib-js/utils-index-of

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

Language: JavaScript - Size: 753 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 2 - 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: 869 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

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.84 MB - Last synced: 7 days ago - Pushed: about 1 month 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.4 MB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

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

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

Language: JavaScript - Size: 2.12 MB - Last synced: 9 days ago - Pushed: about 1 month ago - Stars: 2 - 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: about 1 year ago - Pushed: over 5 years ago - Stars: 7 - Forks: 2

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: 776 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-until-each

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

Language: JavaScript - Size: 741 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 831 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 841 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 767 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 688 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 745 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 772 KB - Last synced: 20 days ago - Pushed: about 1 month 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: 793 KB - Last synced: 19 days ago - Pushed: about 1 month 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: 868 KB - Last synced: 7 days ago - Pushed: about 1 month 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: 868 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - 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: 884 KB - Last synced: 7 days ago - Pushed: about 1 month 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: 865 KB - Last synced: 7 days ago - Pushed: about 1 month 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: 875 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 1 - 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: Makefile - Size: 772 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - 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: Makefile - Size: 772 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-arguments

Test if a value is an arguments object.

Language: Makefile - Size: 770 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-bifurcate

Split values into two groups.

Language: JavaScript - Size: 1.35 MB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

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

Test if a value is an array-like object.

Language: Makefile - Size: 419 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-falsy-array

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

Language: Makefile - Size: 345 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-function-array

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

Language: Makefile - Size: 582 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-number-array

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

Language: Makefile - Size: 535 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 351 KB - Last synced: 19 days ago - Pushed: about 1 month 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: Makefile - Size: 740 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-for-each

Invoke a function for each element in a collection.

Language: Makefile - Size: 714 KB - Last synced: 7 days ago - Pushed: about 1 month 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: Makefile - Size: 768 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-some

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

Language: Makefile - Size: 684 KB - Last synced: 7 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

uzmoi/parsea

parser combinator library for parsing ArrayLike with TypeScript.

Language: TypeScript - Size: 403 KB - Last synced: 26 days ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

manferlo81/each-arg

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

Language: TypeScript - Size: 2.43 MB - Last synced: 21 days ago - Pushed: over 1 year 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.52 MB - Last synced: 23 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Xotic750/array-like-slice-x

Cross-browser array-like slicer.

Language: JavaScript - Size: 2.58 MB - Last synced: 10 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Gyumeijie/isArrayLike

Check if an object is array-like

Language: JavaScript - Size: 7.81 KB - Last synced: 16 days ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

afeiship/next-is-array-like

Array like for next.

Language: JavaScript - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 5 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: 9 days ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0