mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-05 06:12:31 -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>;
|