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