合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
295 B

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