UNPKG

servibot

Version:

This is the official API for ServiBot, an advanced AI chatbot which provides enhanced customer service to businesses.

9 lines (7 loc) 141 B
import ServiBot from "./servibot"; const returnLibrary = () => { return { ServiBot: ServiBot, }; }; export default returnLibrary();