Skip to content

Instantly share code, notes, and snippets.

@dbaba
Created July 16, 2012 06:15
Show Gist options
  • Save dbaba/3121057 to your computer and use it in GitHub Desktop.
Save dbaba/3121057 to your computer and use it in GitHub Desktop.
require(String) from MOAT js API Document
// Gets a MOAT instance.
var moat = require('moat');
// Initializes a new context.
var context = moat.init();
// Gets a session object.
var session = context.session;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment