Anywhere check(value, pattern) import { check } from 'meteor/check'
Client Meteor.disconnect() import { Meteor } from 'meteor/meteor'
package.js api.versionsFrom(meteorRelease) Use versions of
Server Npm.require(name) Require a package that was specified using
Client Tracker.active import { Tracker } from 'meteor/tracker'
meteor create name Create a new Meteor project. By default, makes a subdirectory named name and copies in the template app
Client Session.set(key, value) import { Session } from 'meteor/session'
Server Assets.getText(assetPath, [asyncCallback]) Retrieve the contents
Anywhere cursor.map(callback, [thisArg])
Anywhere new Meteor.Error(error, [reason], [details]) import
Page 10 of 28