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

GitHub topics: every

stdlib-js/ndarray-base-every

Test whether every element in an ndarray is truthy.

Language: C - Size: 2.7 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-base-every-by

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

Language: JavaScript - Size: 859 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

stdlib-js/iter-every

Test whether all iterated values are truthy.

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

morgan1039/ndarray-base-every-by

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

Language: JavaScript - Size: 112 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

seko-chan/object-every-in-by

Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.

Language: JavaScript - Size: 47.9 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

stdlib-js/utils-none-own-by

Tests whether every own property of an object fails a test implemented by a predicate function.

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

stdlib-js/utils-every-own-by

Test whether all own properties of an object pass a test implemented by a predicate function.

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

floraison/fugit

time tools (cron, parsing, durations, ...) for Ruby, rufus-scheduler, and flor

Language: Ruby - Size: 567 KB - Last synced at: about 15 hours ago - Pushed at: 24 days ago - Stars: 439 - Forks: 39

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: 991 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

essentialblend/personal-website

Repo for my personal website

Language: CSS - Size: 17.5 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

stdlib-js/utils-some-in-by

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

Language: JavaScript - Size: 217 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-none-in-by

Test whether every property in an object fails a test implemented by a predicate function.

Language: JavaScript - Size: 277 KB - Last synced at: 14 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-every

Test whether every element along one or more ndarray dimensions is truthy.

Language: JavaScript - Size: 2.89 MB - Last synced at: 20 days ago - Pushed at: 21 days ago - Stars: 0 - 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: 4 days ago - Pushed at: 25 days ago - Stars: 2 - Forks: 0

stdlib-js/array-base-every

Test whether all elements in an array are truthy.

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

stdlib-js/iter-some

Test whether at least `n` iterated values are truthy.

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

moocf/list-every.racket

Returns #f if any element of lst fails to satisfy pred, #t otherwise (see EOPL).

Language: Racket - Size: 2.93 KB - Last synced at: 18 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

nodef/extra-ilists

ILists is a pair of key iterable list and value iterable list, with unique keys.

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

nodef/extra-ientries

IEntries is an iterable list of key-value pairs, with unique keys.

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

nodef/extra-sorted-array

A sorted array is a collection of values, arranged in an order.

Language: TypeScript - Size: 276 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

nodef/extra-object

A collection of methods for working with Objects.

Language: TypeScript - Size: 818 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 3

nodef/extra-map

A group of functions for working with Maps.

Language: TypeScript - Size: 490 KB - Last synced at: 18 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 1

nodef/extra-set

A pack of functions for working with Sets.

Language: TypeScript - Size: 571 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

nodef/extra-entries

A collection of functions for operating upon Entries.

Language: TypeScript - Size: 522 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

nodef/extra-lists

A collection of functions for operating upon Lists.

Language: TypeScript - Size: 383 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

stdlib-js/array-base-cusome

Cumulatively test whether at least `n` array elements in a provided array are truthy.

Language: JavaScript - Size: 1.09 MB - Last synced at: 27 days ago - Pushed at: 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: 949 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-cunone

Cumulatively test whether every element in a provided array is falsy.

Language: JavaScript - Size: 371 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

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.

Language: JavaScript - Size: 949 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: 27 days ago - Pushed at: 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: JavaScript - Size: 925 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

gim4p/cruise_track_tool

Simple QGis-Plugin (by Plugin Builder) that helps panning/ sorting tracks and exporting navigation files for Transas Ecdis.

Language: Python - Size: 6.93 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

par7133/RSSDUCK

The search engine of every duck - PHP <=8.1, BSD

Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

es-shims/iterator-helpers

An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.

Language: JavaScript - Size: 330 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 17 - Forks: 2

stdlib-js/array-base-every-by

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

Language: JavaScript - Size: 748 KB - Last synced at: 9 days ago - Pushed at: about 2 months 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: 939 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-none-by

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

Language: JavaScript - Size: 641 KB - Last synced at: 26 days ago - Pushed at: about 2 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: 9 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Obscura42/hello

hello world in every programming language

Language: Java - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - 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: 26 days ago - Pushed at: about 2 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: 26 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-every-by

Test whether every iterated value passes a test implemented by a predicate function.

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

stdlib-js/iter-none

Test whether all iterated values are falsy.

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

stdlib-js/utils-every

Test whether all elements in a collection are truthy.

Language: JavaScript - Size: 1.14 MB - Last synced at: 24 days ago - Pushed at: about 2 months ago - Stars: 2 - 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: 26 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-some-own-by

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

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

stdlib-js/array-base-cuevery

Cumulatively test whether every element in a provided array is truthy.

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

tanzim-ikram/Array-Cardio-Day-2

Array Cardio 2 is a JavaScript practice project focused on working with array methods such as some(), every(), find(), findIndex(), and splice().

Language: HTML - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/iter-some-by

Test whether at least `n` iterated values pass a test implemented by a predicate function.

Language: JavaScript - Size: 1.04 MB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

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

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

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

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

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

Language: JavaScript - Size: 644 KB - Last synced at: 15 days ago - Pushed at: 2 months 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: 26 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-none

Test whether all elements in an array are falsy.

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

lykmapipo/que

Infamous queue and schedule helpers on top of kue and others

Language: JavaScript - Size: 56.6 KB - Last synced at: 14 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

lykmapipo/kue-scheduler

A job scheduler utility for kue, backed by redis and built for node.js

Language: JavaScript - Size: 1.56 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 245 - Forks: 47

lykmapipo/scheduler

A scheduler utility backed by redis and built for node.js(WIP)

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

stdlib-js/array-base-cuevery-by

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.

Language: JavaScript - Size: 1.09 MB - Last synced at: 25 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: 26 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-every-in-by

Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.

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

stdlib-js/iter-none-by

Test whether every iterated value fails a test implemented by a predicate function.

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

stdlib-js/iter-cusome-by

Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.

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

stdlib-js/iter-cunone-by

Create an iterator which cumulatively tests whether every iterated value fails a test implemented by a predicate function.

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

stdlib-js/iter-cuevery-by

Create an iterator which cumulatively tests whether every iterated value passes a test implemented by a predicate function.

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

es-shims/Array.prototype.every

Array.prototype.every spec-compliant polyfill

Language: JavaScript - Size: 310 KB - Last synced at: 23 days ago - Pushed at: 5 months ago - Stars: 7 - Forks: 2

stdlib-js/utils-async-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: 932 KB - Last synced at: about 11 hours ago - Pushed at: 5 months ago - Stars: 2 - 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: 899 KB - Last synced at: 5 days ago - Pushed at: 5 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: 26 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-cuevery

Create an iterator which cumulatively tests whether every iterated value is truthy.

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

ednieuw/Word-Colour-Clock-SK6812-WS2812

Word clock for WS2812 SK6812 LEDs

Language: C++ - Size: 55.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Gautamhirawat/LEARN_EVERY_WEEK

This is my weekly repository where I keep track of my progress throughout the year. It's like a diary where I index everything I learn and do each week. It's helpful for me as I explore different topics and learn new things along the way

Language: Jupyter Notebook - Size: 24.4 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

dev-parvej/js_array_method

Map filter reduce in golang

Language: Go - Size: 23.4 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

schoolofdev/schoolofdev.11ty

Student, Teacher or Researcher - Everyone can learn at the School of Dev!

Language: SCSS - Size: 337 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

0NI0NC/ONION

Every Words, Every Revolution

Language: Python - Size: 62.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

AsyncAF/AsyncAF

⁉️ AsyncAF (A.K.A. async-af, A.K.A. Async/Await Fun) - chainable asynchronous JavaScript methods that mirror their native counterparts and other tools for your asynchronous utility belt--zero dependencies

Language: JavaScript - Size: 2.26 MB - Last synced at: 10 days ago - Pushed at: 19 days ago - Stars: 12 - Forks: 3

WilliamSpanfelner/fcc-JSADS-Functional-Programming

Functional Programming module of freeCodeCamp JavaScript Algorithm and Data Structures Certification

Language: JavaScript - Size: 55.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

maskcc/dnf_log

dnf ss

Size: 51 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

RLGHISLENI/sample-javascript

Repository with practical examples of using the javascript functions: map, filter, reduce, some, every, find and includes.

Language: JavaScript - Size: 116 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

nm2107/S63-pulse-to-tone

A pulse to tone converter for the Socotel S63 rotary phone, using an Arduino Nano Every board.

Language: C++ - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Eparrado/array-cardio2

JavaScript30 - Array Cardio Day 2

Language: JavaScript - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

teotimepacreau/Object-Exercices-Day30-Of-100DaysOfCode

Object Exercices from #30DaysOfJavascript with VanillaJavascript

Language: JavaScript - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sultaniman/every

Calculate even time intervals

Language: Elixir - Size: 126 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 1

webosorg/Timers

Abstraction layer on setTimeout and setInterval, implementation of setImmediate.

Language: JavaScript - Size: 212 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 1

kevinrodrigues/array-helper

:wrench: Small helper array helper library

Language: JavaScript - Size: 134 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

andreahergert/array_cardio_day_two

30 Days of JavaScript Day 7

Language: JavaScript - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AirelRibeiro/zoo-functions

Projeto simula um sistema de relatório de um zoológico; com informações a respeito dos animais presentes, colaboradores, horários de funcionamento do zoológico e uma tabela de preços que variavam de acordo com a idade do visitante.

Language: JavaScript - Size: 154 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

robin-dc/Advanced-Array-Problems Fork of appacademy/practice-for-week-02-advanced-array

Leaving the classic for loop

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

mrchief/array.partial

When you want array.some but not array.every

Language: JavaScript - Size: 43 KB - Last synced at: 4 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

undefinedahmed/js-array-methods

Javascript array methods

Language: JavaScript - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Dash-OS/tcl-task-manager

Tcl Task Manager - (Command Execution Scheduler)

Language: Tcl - Size: 40 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 8 - Forks: 1

kvdos/javascript-array-functions-practice Fork of jamesqquick/javascript-array-functions-practice

Want to learn how to use JavaScript array functions like map, reduce, filter, etc? Use this worksheet and the corresponding videos to figure out how!

Language: JavaScript - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

DanielJDufour/advarr

ADVanced ARRay utility functions. Extra arguments for map and forEach including first, last, brk, odd, even, penultimate, and more!

Language: JavaScript - Size: 22.5 KB - Last synced at: 26 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

tinyield/ts-sequences-benchmarks

This project provides a way to benchmark various Sequence operations in Typescript and Javascript, such as find, every and zip.

Language: TypeScript - Size: 2.29 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mrbrunelli/js-validator-example

JavaScript Validator Example With Array.prototype.every()

Language: JavaScript - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

tinyield/sequences-benchmarks

This project provides a way to benchmark various Sequence operations in Java and Kotlin, such as find, every and zip.

Language: Java - Size: 2.34 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

ekaone/JavaScript-Goodies

Collection JavaScript goodies, start from map up to spread-operator | 🛠 on working

Language: JavaScript - Size: 41 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

joinpursuit/array_methods_assignment

Array Method Practice

Language: JavaScript - Size: 1.11 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 170

arufl/PWMFrequency Fork of TheDIYGuy999/PWMFrequency

Added ATMega4809 compatibility to kiwisincebirth's PWM Frecuency library

Language: C++ - Size: 13.7 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AnshuS14/ArrayOperations2

Language: JavaScript - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

imelgrat/array-every-example

Array.every() example

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

Xotic750/array-every-x

Tests that all elements in the array pass the provided function.

Language: JavaScript - Size: 3.1 MB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0