UNPKG

@gleefullychill/lotide

Version:

A library based off of lodash for a student project

5 lines (4 loc) 78 B
const head = function(_array) { return _array[0]; }; module.exports = head;