UNPKG

@extra-array/head

Version:
6 lines (5 loc) 99 B
'use strict'; function head(x, vd) { return x.length > 0 ? x[0] : vd; } module.exports = head;