module.exports = {
  l: function() { return "yes"; },
  ls: function() { return "yep"; }
};