UNPKG

91 BJavaScriptView Raw
1module.exports = {
2 l: function() { return "yes"; },
3 ls: function() { return "yep"; }
4};
\No newline at end of file