UNPKG
kdo
Version:
latest (1.8.1)
1.8.1
1.8.0
1.7.18
1.7.17
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.3
1.7.2
1.7.1
1.6.3
1.6.2
1.6.1
1.6.0
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.3
1.5.2
1.5.1
1.5.0
1.3.15
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.0
1.0.1
1.0.0
github.com/hiowenluke/kdo
hiowenluke/kdo
kdo
/
test
/
res
/
config
/
01-flow
/
flow3
/
f32.js
10 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Do not use the arrow function here, because
// we need to access "this" inside the function.
const
fn =
async
function
(
{a1, a2, a3}
) {
// do something
};
module
.
exports
= fn;