10 lines
240 B
TypeScript
10 lines
240 B
TypeScript
|
// @ts-nocheck
|
||
|
// #ifndef UNI-APP-X && APP
|
||
|
// export * from './vue.ts'
|
||
|
export { arrayBufferToFile } from './vue.ts'
|
||
|
// #endif
|
||
|
|
||
|
// #ifdef UNI-APP-X && APP
|
||
|
// export * from './uvue.uts'
|
||
|
export { arrayBufferToFile } from './uvue.uts'
|
||
|
// #endif
|