// @ts-nocheck
|
|
// import {platform} from '../platform'
|
|
/**
|
|
* buffer转路径
|
|
* @param {Object} buffer
|
|
*/
|
|
// @ts-nocheck
|
|
export function arrayBufferToFile(buffer: ArrayBuffer, name?: string, format?:string):Promise<(File|string)> {
|
|
console.error('[arrayBufferToFile] 当前环境不支持')
|
|
}
|