sp-map
v0.0.1
Published
Map function for SharePoint object collection.
Readme
sp-map
Map function for SharePoint object collection.
Installation
npm install sp-map --saveUsage
var map = require('sp-map');
var titles = map(webs, function (current, index, collection) {
return current.get_title();
});License
MIT.
