0.0.1 • Published 9 years ago

sp-find v0.0.1

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

sp-find

Looks through SharePoint object collection and returns the first one that passes a truth test.

Installation

npm install sp-find --save

Usage

var find = require('sp-find');

var web = find(webs, function (current, index, collection) {
    return current.get_title() === 'Title';
});

License

MIT.

0.0.1

9 years ago