Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Last active September 16, 2015 17:54
Show Gist options
  • Save dmcassel/1a221af2da5e32a18b71 to your computer and use it in GitHub Desktop.
Save dmcassel/1a221af2da5e32a18b71 to your computer and use it in GitHub Desktop.
var status = require("status");
// The calling module does not need to know that an imported function is amped.
// This is controlled by the combination of configuration and the library
// module's export declaration.
status.checkStatus();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment