mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-26 06:12:28 -06:00
2 lines
118 B
TypeScript
2 lines
118 B
TypeScript
export function extend(instance: any, data: any): void;
|
|
export function validate(data?: any[]): false | Promise<any>;
|