UNPKG
blackbird-server
Version:
latest (0.1.0)
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
HTTP for JavaScript
github.com/theqabalist/blackbird
theqabalist/blackbird
blackbird-server
/
src
/
data
/
enumerable.js
9 lines
(8 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= (
function
(
{prop, head}
) {
return
{
first
: head,
second
:
prop
(
1
),
third
:
prop
(
2
),
nth
: prop }; }(
require
(
"ramda"
)));