UNPKG
@allenfuture/lotide
Version:
latest (1.0.1)
1.0.1
1.0.0
Support [flatten] test
github.com/Allenzzp/lotide
Allenzzp/lotide
@allenfuture/lotide
/
head.js
5 lines
(4 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
const
head =
function
(
aArr
) {
return
aArr[
0
]; };
module
.
exports
= head;