UNPKG

voxa

Version:

A fsm (state machine) framework for Alexa, Dialogflow, Facebook Messenger and Botframework apps using Node.js

5 lines (4 loc) 180 B
/// <reference types="node" /> import * as http from "http"; import { VoxaPlatform } from "./VoxaPlatform"; export declare function createServer(skill: VoxaPlatform): http.Server;