UNPKG

156 BJavaScriptView Raw
1var take =
2/*#__PURE__*/
3require("../take");
4
5function dropLast(n, xs) {
6 return take(n < xs.length ? xs.length - n : 0, xs);
7}
8
9module.exports = dropLast;
\No newline at end of file