MCPcopy Create free account
hub / github.com/microsoft/SandDance / _arrayWithoutHoles

Function _arrayWithoutHoles

docs/app/js/sanddance-app.js:56751–56753  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

56749var _arrayLikeToArrayJs = require("./arrayLikeToArray.js");
56750var _arrayLikeToArrayJsDefault = parcelHelpers.interopDefault(_arrayLikeToArrayJs);
56751function _arrayWithoutHoles(arr) {
56752 if (Array.isArray(arr)) return (0, _arrayLikeToArrayJsDefault.default)(arr);
56753}
56754exports.default = _arrayWithoutHoles;
56755
56756},{"./arrayLikeToArray.js":"7Gbur","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"7Gbur":[function(require,module,exports) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected