UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

9 lines (7 loc) 159 B
var take = /*#__PURE__*/ require("../take.js"); function dropLast(n, xs) { return take(n < xs.length ? xs.length - n : 0, xs); } module.exports = dropLast;