UNPKG

@extra-array/right

Version:
5 lines (4 loc) 92 B
function right(x, n = 1) { return x.slice(x.length - n); } export { right as default };