echogarden
Version:
An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.
7 lines • 371 B
TypeScript
export declare function getChromeOnWindowsHeaders(options: BrowserRequestHeadersOptions): Record<string, string>;
export declare function getChromeOnAndroidHeaders(options: BrowserRequestHeadersOptions): Record<string, string>;
export interface BrowserRequestHeadersOptions {
origin: string;
referrer: string;
}
//# sourceMappingURL=BrowserRequestHeaders.d.ts.map