UNPKG

@emilywaters/lotide

Version:

Lotide is an equality assertion tool, a simplistic model of Lodash

8 lines (7 loc) 117 B
const head = function(arr) { if (!Array.isArray(arr)) { return; } return arr[0]; }; module.exports = head;