UNPKG

@lesnoypudge/utils

Version:

lesnoypudge's utils

9 lines (8 loc) 194 B
const inArray = (items, index) => { if (items.length - 1 < index) throw new Error("Index is not in array"); return items[index]; }; export { inArray }; //# sourceMappingURL=inArray.js.map