UNPKG
enqueue
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
queue up function calls
github.com/MatthewMueller/enqueue
MatthewMueller/enqueue
enqueue
/
components
/
matthewmueller-wrap-fn@0.0.1
/
component.json
13 lines
(12 loc)
•
263 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"wrap-fn"
,
"version"
:
"0.0.1"
,
"description"
:
"support sync, async, and generator functions"
,
"dependencies"
:
{
"visionmedia/co"
:
"3.1.0"
}
,
"development"
:
{
"component/assert"
:
"*"
,
"matthewmueller/generator-support"
:
"*"
}
}