mirror of
https://github.com/github/codeql-action.git
synced 2025-12-08 16:58:06 +08:00
4 lines
183 B
JavaScript
4 lines
183 B
JavaScript
function _arrayWithHoles(arr) {
|
|
if (Array.isArray(arr)) return arr;
|
|
}
|
|
module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; |