0.2.0 • Published 5 years ago

@skt-t1-byungi/array-some v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@skt-t1-byungi/array-some

some() for old browser, in typescript.

Example

some([1, 2, 3], x => x === 3)
// => true

some([1, 2, 3], x => x > 3)
// => false

some(array, tester, thisArg)

array

Target array.

tester

Function to test for each element.

thisArg

Value to use as this when executing callback.

License

MIT

0.2.0

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago