mirror of
https://github.com/github/codeql-action
synced 2026-06-01 20:01:46 +03:00
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
module.exports = {
|
|
m: function() { return "ok"; },
|
|
n: require('./_private')
|
|
}; |