UNPKG
@mxmitch/lotide
Version:
latest (1.0.1)
1.0.1
1.0.0
A mini clone of the [Lodash](https://lodash.com) library.
github.com/mxmitch/lotide
mxmitch/lotide
@mxmitch/lotide
/
head.js
5 lines
(4 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
5
const
head =
function
(
myArray
) {
return
myArray[
0
]; };
module
.
exports
= head;