plivo
Version:
A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML
8 lines (7 loc) • 302 B
TypeScript
export default Flatted;
export function parse(text: any, reviver: any): any;
export function stringify(value: any, replacer: any, space: any): string;
declare namespace Flatted {
function parse(text: any, reviver: any): any;
function stringify(value: any, replacer: any, space: any): string;
}