Files
bot-whatsapp/packages/bot/io/methods/index.js
2022-11-30 21:04:45 +01:00

9 lines
342 B
JavaScript

const { addAnswer } = require('./addAnswer')
const { addKeyword } = require('./addKeyword')
const { addChild } = require('./addChild')
const { toSerialize } = require('./toSerialize')
const { toCtx } = require('./toCtx')
const { toJson } = require('./toJson')
module.exports = { addAnswer, addKeyword, addChild, toCtx, toJson, toSerialize }