Skip to content

⬅️ Back to Table of Contents

📄 index.test.ts

📊 Analysis Summary

Metric Count
🔧 Functions 2
📦 Imports 6
📊 Variables & Constants 1

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useCloned/index.test.ts

📦 Imports

Name Source
useCloned @vueuse/core
describe vitest
expect vitest
it vitest
deepRef vue
nextTick vue

Variables & Constants

Name Type Kind Value Exported
data { test: string; } const { test: 'test' }

Functions

clone(source: any): any

Code
source => ({ ...source, proxyTest: true })
  • Parameters:
  • source: any
  • Return Type: any

clone(source: any): any

Code
source => ({ ...source, proxyTest: true })
  • Parameters:
  • source: any
  • Return Type: any