UNPKG

@convo-lang/convo-lang

Version:
10 lines 733 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isConvoGraphMsgType = exports.allConvoGraphMsgTypeAry = exports.isConvoGraphEntityType = exports.allConvoGraphEntityTypeAry = void 0; exports.allConvoGraphEntityTypeAry = ['node', 'edge', 'input', 'source', 'traverser']; const isConvoGraphEntityType = (value) => (exports.allConvoGraphEntityTypeAry.includes(value)); exports.isConvoGraphEntityType = isConvoGraphEntityType; exports.allConvoGraphMsgTypeAry = ['node', 'step', 'edge', 'input', 'source', 'graph']; const isConvoGraphMsgType = (value) => (exports.allConvoGraphMsgTypeAry.includes(value)); exports.isConvoGraphMsgType = isConvoGraphMsgType; //# sourceMappingURL=convo-graph-types.js.map