@huggingface/transformers
Version:
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
8 lines • 299 B
TypeScript
/**
* Save blob file.
* @param {string} path The path to save the blob to
* @param {Blob} blob The blob to save
* @returns {Promise<void>} A promise that resolves when the blob has been saved
*/
export function saveBlob(path: string, blob: Blob): Promise<void>;
//# sourceMappingURL=io.d.ts.map