UNPKG

@thi.ng/arrays

Version:

Array / Arraylike utilities

7 lines (6 loc) 102 B
const first = (buf) => buf[0]; const peek = (buf) => buf[buf.length - 1]; export { first, peek };