UNPKG

plivo

Version:

A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML

9 lines (8 loc) 276 B
export function camelCaseRequestWrapper(requestFunc: any): (method: string, action: string, params: object) => any; export function validateSpeakAttributes(content: any, voice: any): { success: boolean; msg?: undefined; } | { success: boolean; msg: string; };