UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

10 lines (8 loc) 299 B
const findInputPathHandler = require('./input-path-handler') const findResultPathHandler = require('./result-path-handler') const findOutputPathHandler = require('./find-selector') module.exports = { Input: findInputPathHandler, Result: findResultPathHandler, Output: findOutputPathHandler }