mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 23:28:14 +08:00
4 lines
177 B
JavaScript
4 lines
177 B
JavaScript
function _arrayWithHoles(r) {
|
|
if (Array.isArray(r)) return r;
|
|
}
|
|
module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; |