UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

7 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function removeItemByIndex(array, index) { return array.filter((v, i) => i !== index); } exports.removeItemByIndex = removeItemByIndex; //# sourceMappingURL=remove-item-by-index.js.map