0.0.1 • Published 9 years ago

sp-map v0.0.1

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

sp-map

Map function for SharePoint object collection.

Installation

npm install sp-map --save

Usage

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

var titles = map(webs, function (current, index, collection) {
    return current.get_title();
});

License

MIT.

0.0.1

9 years ago