random The random package provides several functions for generating random numbers. It uses a cryptographically strong
Anywhere Meteor.isClient import { Meteor } from 'meteor/meteor'
Server accountsServer.validateNewUser(func)
Server this.added(collection, id, fields)
Server collection.deny(options)
package.js api.export(exportedObjects, [architecture], [exportOptions], exportOptions.testOnly)
Anywhere collection.upsert(selector, modifier, [options], [callback])
Client template.data
Server this.stop()
Your JavaScript code can run in two environments: the client (browser), and the server (a Node
Page 17 of 28