UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

4 lines 128 B
import take from "../take.js"; export default function dropLast(n, xs) { return take(n < xs.length ? xs.length - n : 0, xs); }