Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dolgarev/meteor-collection-pluck

Adds a method `pluck` to Collections.
https://github.com/dolgarev/meteor-collection-pluck

meteor meteor-package meteorjs

Last synced: about 5 hours ago
JSON representation

Adds a method `pluck` to Collections.

Awesome Lists containing this project

README

        

meteor-collection-pluck
=======================
Adds a method `pluck` to Meteor collections.

```js
Meteor.users.find().pluck('_id'); // => return array of user IDs
```