CoolFace
Apppublic

sourav-das/stem-separator

sourceHugging Facemitupdated 6mo agoView on Hugging Face
3likes
fetcher.d.ts6 linesDownload Raw Back to dist
1declare function fetchBlob(url: string, progressCallback: (percentage: number) => void, requestInit?: RequestInit): Promise<Blob>;2declare const Fetcher: {3    fetchBlob: typeof fetchBlob;4};5export default Fetcher;6