blob: e4f95db2cd0ce8fbc84a5fb3338d2963b688359d [file] [edit]
module.exports = {
l: function() { return "yes"; },
ls: function() { return "yep"; }
};