UNPKG

workflow-4-node

Version:

Workflow 4 Node is a .NET Workflow Foundation like framework for Node.js. The goal is to reach feature equivalence and beyond.

9 lines (7 loc) 223 B
"use strict"; module.exports = { InstanceIdParser: require("./instanceIdParser"), WorkflowHost: require("./workflowHost"), MemoryPersistence: require("./memoryPersistence") }; //# sourceMappingURL=index.js.map