@vot.js/shared
Version:
shared for all @vot.js package
5 lines • 353 B
TypeScript
export declare function fetchWithTimeout(url: string | URL | Request, options?: Record<string, any>): Promise<Response>;
export declare function getTimestamp(): number;
export declare function normalizeLang(lang: string): string;
export declare function proxyMedia(url: URL | string, format?: "mp4" | "webm"): string;
//# sourceMappingURL=utils.d.ts.map