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