UNPKG

@modern-kit/utils

Version:
7 lines (5 loc) 130 B
function take(arr, count = 1) { return arr.slice(0, Math.max(count, 0)); } export { take }; //# sourceMappingURL=index.mjs.map