meteor-collection-pluck
Adds a method pluck
to Meteor collections.
1Meteor.users.find().pluck('_id'); // => return array of user IDs
v1.1.2•Published 8 years ago
This package has not had recent updates. Please investigate it's current state before committing to using it in your project.
Adds a method pluck
to Meteor collections.
1Meteor.users.find().pluck('_id'); // => return array of user IDs