Anywhere collection.remove(selector, [callback])
Server collection.rawCollection()
Client Session.get(key) import { Session } from 'meteor/session'
Client new Blaze.View([name], renderFunction) import { Blaze
Package Definition Define dependencies and expose package methods with the Package.onUse handler. This section lets
Server accountsServer.validateLoginAttempt(func)
Client Tracker.flush() import { Tracker } from 'meteor/tracker'
Client Accounts.resetPassword(token, newPassword, [callback]) import
meteor test-packages Test Meteor packages, either by name, or by directory. Not specifying an argument will run tests for all local packages
Anywhere but publish functions accountsClientOrServer.userId()
Page 9 of 28