Package Usage: npm: @stdlib/assert-is-collection
Test if a value is a collection.
9 versions
Latest release: over 1 year ago
134 dependent packages
302,279 downloads last month
View more package details: https://packages.ecosyste.ms/registries/npmjs.org/packages/@stdlib/assert-is-collection
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/stdlib-js%2Fassert-is-collection
Dependent Repos 218
stdlib-js/stats-kruskal-test
Compute the Kruskal-Wallis test for equal medians.Size: 2.75 MB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/utils-bifurcate-by
Split values into two groups according to a predicate function.Size: 1.2 MB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/array-to-strided-iterator
Create an iterator from a strided array-like object.Size: 1.35 MB - Last synced: 11 days ago - Pushed: about 1 month ago

stdlib-js/utils-tabulate
Generate a frequency table.Size: 921 KB - Last synced: 11 days ago - Pushed: 5 months ago

stdlib-js/utils-inmap
Invoke a function for each element in a collection and update the collection in-place.Size: 878 KB - Last synced: 10 days ago - Pushed: 4 months ago

stdlib-js/array-complex64
Complex64Array.Size: 2.88 MB - Last synced: 11 days ago - Pushed: 30 days ago

wheelibin/solar-system
Procedurally generated solar system in three.jsSize: 18.4 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago

stdlib-js/array-pool
Typed array pool.Size: 2.77 MB - Last synced: 3 days ago - Pushed: 4 months ago

stdlib-js/array-from-iterator
Create (or fill) an array from an iterator.Size: 1.68 MB - Last synced: 11 days ago - Pushed: 3 months ago


stdlib-js/strided-dispatch-by
Create a strided array function interface which accepts a callback function and performs multiple dispatch.Size: 483 KB - Last synced: 10 days ago - Pushed: 5 months ago

Atomme1/ProjetJS
ProjetJS de l'esmeSize: 851 KB - Last synced: over 1 year ago - Pushed: almost 3 years ago


waypost-io/waypost-manager
Full-stack application for feature flag management and A/B Testing.Size: 1.18 MB - Last synced: about 2 years ago - Pushed: about 3 years ago


stdlib-js/utils-some
Test whether a collection contains at least `n` elements which are truthy.Size: 792 KB - Last synced: 10 days ago - Pushed: 5 months ago

stdlib-js/utils-do-while-each
While a test condition is true, invoke a function for each element in a collection.Size: 958 KB - Last synced: 10 days ago - Pushed: 30 days ago

stdlib-js/iter-to-array-view-right
Fill an array-like object view from right to left with values returned from an iterator.Size: 1.57 MB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/random-base-mt19937
A 32-bit Mersenne Twister pseudorandom number generator.Size: 1.94 MB - Last synced: 10 days ago - Pushed: 22 days ago

stdlib-js/assert-is-between-array
Test if a value is an array-like object where every element is between two values.Size: 750 KB - Last synced: 11 days ago - Pushed: about 2 months ago

stdlib-js/array-to-view-iterator
Create an iterator from an array-like object view.Size: 1.25 MB - Last synced: 11 days ago - Pushed: 3 months ago

stdlib-js/utils-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.Size: 899 KB - Last synced: 10 days ago - Pushed: 5 months ago

stdlib-js/array-complex128
Complex128Array.Size: 2.31 MB - Last synced: 10 days ago - Pushed: 23 days ago

stdlib-js/utils-do-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.Size: 958 KB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/random-base
Standard library base pseudorandom number generators.Size: 12.6 MB - Last synced: 11 days ago - Pushed: 4 months ago

stdlib-js/array-filled-by
Create a filled array according to a provided callback function.Size: 1.6 MB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/utils-named-typed-tuple
Named typed tuple.Size: 1.75 MB - Last synced: 8 days ago - Pushed: 2 months ago

stdlib-js/utils-append
Add elements from one collection to the end of another collection.Size: 1.29 MB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/random-base-minstd-shuffle
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.Size: 1.55 MB - Last synced: 11 days ago - Pushed: 23 days ago

stdlib-js/array-convert-same
Convert an array to the same data type as a second input array.Size: 1.77 MB - Last synced: 10 days ago - Pushed: 3 months ago

stdlib-js/array-to-view-iterator-right
Create an iterator from an array-like object view, iterating from right to left.Size: 1.47 MB - Last synced: 10 days ago - Pushed: 30 days ago

stdlib-js/ndarray-base-buffer
Create a zero-filled contiguous linear ndarray data buffer.Size: 1.61 MB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.Size: 949 KB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/streams-node-from-array
Create a readable stream from an array-like object.Size: 1.62 MB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/streams-node-from-circular-array
Create a readable stream from a circular array-like object.Size: 1.61 MB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/ndarray-dispatch
Create an ndarray function interface which performs multiple dispatch.Size: 1.89 MB - Last synced: 11 days ago - Pushed: 16 days ago

stdlib-js/utils-async-for-each
Invoke a function once for each element in a collection.Size: 931 KB - Last synced: 10 days ago - Pushed: 3 months ago

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.Size: 936 KB - Last synced: 10 days ago - Pushed: 5 months ago

stdlib-js/utils-async-inmap
Invoke a function for each element in a collection and update the collection in-place.Size: 965 KB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/utils-async-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.Size: 1000 KB - Last synced: 1 day ago - Pushed: about 2 months ago

stdlib-js/iter-to-array-view
Fill an array-like object view with values returned from an iterator.Size: 1.32 MB - Last synced: 10 days ago - Pushed: 3 months ago

stdlib-js/utils-async-some-by
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.Size: 944 KB - Last synced: 11 days ago - Pushed: 16 days ago

stdlib-js/utils-async-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.Size: 960 KB - Last synced: 10 days ago - Pushed: 3 months ago

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.Size: 927 KB - Last synced: 10 days ago - Pushed: 30 days ago

stdlib-js/utils-count-by
Group values according to an indicator function and return group counts.Size: 1020 KB - Last synced: 11 days ago - Pushed: 4 months ago

stdlib-js/utils-async-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.Size: 949 KB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/utils-index-of
Return the first index at which a given element can be found.Size: 869 KB - Last synced: 10 days ago - Pushed: 4 months ago

stdlib-js/utils-async-bifurcate-by
Split values into two groups according to a predicate function.Size: 1010 KB - Last synced: about 4 hours ago - Pushed: 3 months ago

stdlib-js/utils-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.Size: 925 KB - Last synced: 10 days ago - Pushed: 16 days ago

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.Size: 914 KB - Last synced: 10 days ago - Pushed: 30 days ago

stdlib-js/utils-some-by
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.Size: 991 KB - Last synced: 2 days ago - Pushed: 2 days ago

stdlib-js/utils-find
Find elements in an array-like object that satisfy a test condition.Size: 1.07 MB - Last synced: 3 days ago - Pushed: about 1 month ago

stdlib-js/utils-none
Test whether all elements in a collection are falsy.Size: 1.17 MB - Last synced: 10 days ago - Pushed: 3 months ago

stdlib-js/utils-until-each
Until a test condition is true, invoke a function for each element in a collection.Size: 903 KB - Last synced: 1 day ago - Pushed: 9 days ago

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.Size: 1010 KB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/stats-bartlett-test
Compute Bartlett’s test for equal variances.Size: 3.12 MB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/utils-bifurcate
Split values into two groups.Size: 1.54 MB - Last synced: 11 days ago - Pushed: 7 months ago

stdlib-js/streams-node
Standard library Node.js streams.Size: 3.04 MB - Last synced: 11 days ago - Pushed: 16 days ago

SAPikachu/amae-koromo-scripts
Scripts for crawling and processing Majsoul dataSize: 1.91 MB - Last synced: 20 days ago - Pushed: about 2 years ago


stdlib-js/utils-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.Size: 918 KB - Last synced: 1 day ago - Pushed: about 1 month ago

stdlib-js/array-to-iterator-right
Create an iterator from an array-like object, iterating from right to left.Size: 1.22 MB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/array-base-arraylike2object
Convert an array-like object to an object likely to have the same "shape".Size: 1.24 MB - Last synced: 11 days ago - Pushed: 7 months ago

stdlib-js/array-to-circular-iterator
Create an iterator which repeatedly iterates over the elements of an array-like object.Size: 1.39 MB - Last synced: about 6 hours ago - Pushed: about 1 month ago

stdlib-js/array-to-sparse-iterator-right
Create an iterator from a sparse array-like object, iterating from right to left.Size: 1.35 MB - Last synced: 2 days ago - Pushed: about 1 month ago

stdlib-js/array-to-iterator
Create an iterator from an array-like object.Size: 1.48 MB - Last synced: 10 days ago - Pushed: 7 months ago

stdlib-js/assert-contains
Test if an array-like value contains a search value.Size: 1.05 MB - Last synced: 10 days ago - Pushed: 23 days ago

griffithsh/squads-art
Artwork and artwork tooling for squadsSize: 1.13 MB - Last synced: 6 days ago - Pushed: 9 months ago

stdlib-js/changed-packages-action
A GitHub action to return the list of changed stdlib packages in a push or pull request.Size: 23.2 MB - Last synced: 12 months ago - Pushed: about 1 year ago

stdlib-js/strided-dispatch
Create a strided array function interface which performs multiple dispatch.Size: 1.04 MB - Last synced: 10 days ago - Pushed: about 2 months ago

stdlib-js/ndarray-ctor
Multidimensional array constructor.Size: 1.91 MB - Last synced: 10 days ago - Pushed: about 1 month ago

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.Size: 1010 KB - Last synced: 11 days ago - Pushed: 4 months ago

stdlib-js/array-linspace
Generate a linearly spaced numeric array.Size: 2.48 MB - Last synced: 10 days ago - Pushed: about 1 month ago

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.Size: 953 KB - Last synced: 10 days ago - Pushed: 16 days ago

jeremistadler/larry-page
A webgl image vectorizerSize: 45.1 MB - Last synced: 6 days ago - Pushed: over 3 years ago

stdlib-js/array-filled
Create a filled array.Size: 2.2 MB - Last synced: 10 days ago - Pushed: 20 days ago

stdlib-js/math-tools
Standard library math tools.Size: 2.78 MB - Last synced: 10 days ago - Pushed: 16 days ago

stdlib-js/blas-gswap
Interchange two vectors.Size: 1.47 MB - Last synced: 4 days ago - Pushed: about 1 year ago

stdlib-js/blas-gdot
Calculate the dot product of two vectors.Size: 1.96 MB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/utils-async-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.Size: 941 KB - Last synced: 11 days ago - Pushed: 30 days ago

stdlib-js/utils-prepend
Add elements from one collection to the beginning of another collection.Size: 1.32 MB - Last synced: 9 days ago - Pushed: about 1 month ago

stdlib-js/streams-node-from-strided-array
Create a readable stream from a strided array-like object.Size: 1.38 MB - Last synced: 10 days ago - Pushed: 30 days ago

stdlib-js/utils-async-for-each-right
Invoke a function once for each element in a collection, iterating from right to left.Size: 933 KB - Last synced: 10 days ago - Pushed: 4 months ago

stdlib-js/stats-chi2gof
Perform a chi-square goodness-of-fit test.Size: 5.41 MB - Last synced: 11 days ago - Pushed: 16 days ago

stdlib-js/buffer-from-array
Allocate a buffer using an octet array.Size: 980 KB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/math-tools-unary
Multiple dispatch for unary mathematical functions.Size: 3.54 MB - Last synced: 10 days ago - Pushed: 23 days ago

stdlib-js/utils-async-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.Size: 1000 KB - Last synced: 10 days ago - Pushed: about 1 month ago

stdlib-js/array-base
Base (i.e., lower-level) array utilities.Size: 14.9 MB - Last synced: 3 days ago - Pushed: 3 days ago

stdlib-js/utils-while-each
While a test condition is true, invoke a function for each element in a collection.Size: 925 KB - Last synced: 10 days ago - Pushed: 5 months ago

stdlib-js/random-base-minstd
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.Size: 1.62 MB - Last synced: 10 days ago - Pushed: 21 days ago

stdlib-js/utils-async-group-by
Group values according to an indicator function.Size: 1 MB - Last synced: 10 days ago - Pushed: 16 days ago

Raz-QA/Abra-Home-Assignment
Size: 6.59 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

stdlib-js/stats-ranks
Compute ranks for values of an array-like object.Size: 1.11 MB - Last synced: 10 days ago - Pushed: 23 days ago

stdlib-js/utils-async-tabulate-by
Generate a frequency table according to an indicator function.Size: 1010 KB - Last synced: 10 days ago - Pushed: about 2 months ago

stdlib-js/utils-tabulate-by
Generate a frequency table according to an indicator function.Size: 1.12 MB - Last synced: 10 days ago - Pushed: 4 months ago
