mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
module.exports = {
|
|
l: function() { return "yes"; },
|
|
ls: function() { return "yep"; }
|
|
}; |