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

yields/some

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Array some utility

Resources

Stars

Watchers

Forks

Packages

No packages published