@tibco-tcstk/component-template
Version:
TIBCO Cloud Composer Component to create Schematics in your TIBCO Cloud Application
9 lines • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schematic_util_wrapper_1 = require("../schematic-utils/schematic-util-wrapper");
function default_1(options) {
// Call the form chain function to create the generic chain
return schematic_util_wrapper_1.formChain(options, 'creator');
}
exports.default = default_1;
//# sourceMappingURL=index.js.map