UNPKG

@extra-array/drop

Version:
6 lines (5 loc) 88 B
'use strict'; function drop(x, n = 1) { return x.slice(n); } module.exports = drop;