UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

8 lines (6 loc) 136 B
function innerFn (msg = 'I came from a function call') { return { message: msg } } module.exports = function () { return innerFn }