@euirim/microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
13 lines (8 loc) • 330 B
TypeScript
/** Declaration file generated by dts-gen */
import { Certificate, Hash } from "crypto";
import * as http from "http";
import { DetailedPeerCertificate } from "tls";
export class Agent extends http.Agent {
public constructor(options: any);
}
export function check(options: any, cb: (error: Error, res: any) => void): any;