UNPKG

@mxmitch/lotide

Version:

A mini clone of the [Lodash](https://lodash.com) library.

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