0.2.0 • Published 7 years ago
@skt-t1-byungi/array-every v0.2.0
@skt-t1-byungi/array-every
every() for old browser, in typescript.
Example
every([1, 2, 3], x => x < 4)
// => true
every([1, 2, 3], x => x < 3)
// => falseevery(array, tester, thisArg)
array
Target array.
tester
Function to test for each element.
thisArg
Value to use as this when executing callback.
License
MIT