Anywhere customType.typeName()
Anywhere collection.remove(selector, [callback])
Server collection.rawDatabase()
The Meteor build system is the actual command line tool that you get when you install Meteor. You run it by typing the meteor command in your terminal, possibly
package.js api.versionsFrom(meteorRelease) Use versions of
Anywhere check(value, pattern) import { check } from 'meteor/check'
Tracker.Computation A Computation object represents code that is repeatedly rerun in response to reactive data changes. Computations
Client Meteor.loginWithPassword(user, password, [callback]) import
Server Accounts.setUsername(userId, newUsername) import { Accounts
Client Session.set(key, value) import { Session } from 'meteor/session'
Page 8 of 28