mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-08 13:19:13 +08:00
7 lines
No EOL
266 B
Text
7 lines
No EOL
266 B
Text
var arrayLikeToArray = require("./arrayLikeToArray.js");
|
|
|
|
function _arrayWithoutHoles(arr) {
|
|
if (Array.isArray(arr)) return arrayLikeToArray(arr);
|
|
}
|
|
|
|
module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; |