cultofcoders:collection-names

v0.0.2Published 6 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Meteor Collection Names

1const Items = new Mongo.Collection('items');
2const Items = Mongo.Collection.get('users');

That's all folks!

www.cultofcoders.com