Foo.js 91 B

1234
  1. module.exports = {
  2. l: function() { return "yes"; },
  3. ls: function() { return "yep"; }
  4. };