Skip to content

Frederick-S/sp-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sp-filter

Looks through SharePoint object collection and returns an array of objects that pass a truth test.

Installation

npm install sp-filter --save

Usage

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

var webs = filter(webCollection, function (current, index, collection) {
    return current.get_title().indexOf('Title') > 0;
});

License

MIT.

About

Looks through SharePoint object collection and returns an array of objects that pass a truth test.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published