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.

15 lines (11 loc) 298 B
"use strict"; let _ = require("lodash"); let genRegex = /^function[\s]*\*/; module.exports = { activity(obj) { return obj && obj instanceof require("../activities/activity"); }, template(obj) { return obj && obj instanceof require("../activities/template"); } };