(function(root, factory) { if (typeof exports === 'object') { // CommonJS factory(exports, module, require('./lib/mechanism')); } else if (typeof define === 'function' && define.amd) { // AMD define(['exports', 'module', './lib/mechanism'], factory); } }(this, function(exports, module, Mechanism) { exports = module.exports = Mechanism; exports.Mechanism = Mechanism; }));