UNPKG

clever-chat

Version:

Easy to use NPM package for chatbots made by Sunny Development

8 lines (7 loc) 177 B
declare module "clever" { export class Chatbot { constructor(ops: object); public chat(message: string): Promise<String>; } } //more ts commingTM