UNPKG

@extra-array/head

Version:
5 lines (4 loc) 90 B
function head(x, vd) { return x.length > 0 ? x[0] : vd; } export { head as default };