Skip to content

⬅️ Back to Table of Contents

📄 index.ts

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 1

📚 Table of Contents

🛠️ File Location:

📂 packages/shared/set/index.ts

📦 Imports

Name Source
Ref vue

Functions

set(ref: Ref<T>, value: T): void

Code
export function set<T>(ref: Ref<T>, value: T): void
  • Parameters:
  • ref: Ref<T>
  • value: T
  • Return Type: void