Files
bot-whatsapp/packages/bot/io/methods/index.js
2022-11-18 19:55:57 +01:00

8 lines
289 B
JavaScript

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