UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

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