UNPKG

alpaca-react-tabtab

Version:

A mobile support, draggable, editable and api based Tab for ReactJS

13 lines (11 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function deleteHelper(sequence, deleteIndex) { return sequence.filter(function (_, i) { return i !== deleteIndex; }); } exports.default = deleteHelper; module.exports = exports["default"];