Spacebars Spacebars is the language used to write Meteor templates. It is inspired by
Anywhere Meteor.isServer import { Meteor } from 'meteor/meteor'
Anywhere but publish functions accountsClientOrServer.userId()
Server Email.send(options) import { Email } from 'meteor/email'
Anywhere check(value, pattern) import { check } from 'meteor/check'
Client accountsClient.logout([callback])
Anywhere this.isSimulation
Server this.connection
package.js api.export(exportedObjects, [architecture], [exportOptions], exportOptions.testOnly)
Client Accounts.ui.config(options) import { Accounts } from
Page 12 of 28