index.ts 232 B

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