Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 235 Bytes

Readme.md

File metadata and controls

23 lines (14 loc) · 235 Bytes

some

Array some utility.

Installation

$ component install yields/some

API

some(arr, fn)

some([1, 'str', 3], function (el, i) {
  return 'string' == typeof el;
});
// > true

License

MIT