UNPKG

kdo

Version:
10 lines (6 loc) 182 B
// 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;