SmartParks_visitore/uni_modules/lime-shared/cloneDeep/index.ts
2025-08-21 11:23:54 +08:00

12 lines
218 B
TypeScript

// @ts-nocheck
// #ifdef APP-ANDROID
// export * from './uvue.uts'
export { cloneDeep } from './uvue.uts'
// #endif
// #ifndef APP-ANDROID
// export * from './vue.ts'
export { cloneDeep } from './vue.ts'
// #endif