UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

8 lines (6 loc) 182 B
'use strict' module.exports = function normalFunction () { return function normalFunction (event, context) { return { name: event.options.name, userId: context.userId } } }