index.ts 240 B

12345678910
  1. // @ts-nocheck
  2. // #ifndef UNI-APP-X && APP
  3. // export * from './vue.ts'
  4. export { arrayBufferToFile } from './vue.ts'
  5. // #endif
  6. // #ifdef UNI-APP-X && APP
  7. // export * from './uvue.uts'
  8. export { arrayBufferToFile } from './uvue.uts'
  9. // #endif