UNPKG

telegram-assistant

Version:

telegram bot will help you to do everything you can setup for him

8 lines (7 loc) 184 B
const { normalizeRes, normalizeReq } = require('./normalization'); const errorHandler = require('./error-handler'); module.exports = { normalizeRes, errorHandler, normalizeReq }