// fun.js function a(colname) { return #something } function b(colname) { return #something } module.exports = { a, b }
#output.py.
I want to print the name of the function as well as length of arguments. output a b 1 1