Skip to content

⬅️ Back to Table of Contents

📄 set

📊 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

Parameters:

  • ref Ref<T>
  • value T

Returns: void

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

Generated by Syntax Scribe